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

43 lines
652 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;
2018-12-04 17:26:57 +00:00
color: $color-black-light-1;
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;
2018-09-04 17:19:26 +01:00
margin: 30px 0 0 0;
}
> .url {
margin: 20px 0;
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 600);
2018-09-04 17:19:26 +01:00
font-weight: 0.9rem;
2016-07-07 18:54:16 -07:00
}
}
}
.sso-box {
text-align: center;
margin-top: 150px;
font-size: 3rem;
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 600);
2016-07-07 18:54:16 -07:00
}