1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00
documize/gui/app/styles/view/auth.scss

29 lines
431 B
SCSS
Raw Normal View History

2016-07-07 18:54:16 -07:00
.auth-box {
2017-11-27 19:07:36 +00:00
display: inline-block;
2016-11-13 11:44:22 -08:00
height: 500px;
2017-11-28 10:06:39 +00:00
max-width: 500px;
2017-11-27 19:07:36 +00:00
padding: 20px 50px;
2016-07-07 18:54:16 -07:00
background-color: $color-white;
color: $color-off-black;
@extend .absolute-center;
2017-11-27 19:07:36 +00:00
@include border-radius(3px);
@include shadow();
2016-07-07 18:54:16 -07:00
.logo {
text-align: center;
margin: 0 auto;
> img {
2016-10-16 19:26:20 +01:00
height: 60px;
2016-07-07 18:54:16 -07:00
margin: 40px 0;
}
}
}
.sso-box {
text-align: center;
margin-top: 150px;
font-size: 3rem;
2016-07-07 18:54:16 -07:00
color: $color-gray;
}