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

37 lines
532 B
SCSS
Raw Normal View History

2018-06-29 16:07:01 +01:00
.auth-center {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
min-height: 500px;
width: 100%;
}
2016-07-07 18:54:16 -07:00
.auth-box {
2018-06-29 16:07:01 +01:00
width: 100%;
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;
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;
}