1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00
documize/app/app/styles/view/page-auth.scss
2016-10-16 19:26:20 +01:00

28 lines
436 B
SCSS

.auth-box {
height: 450px;
width: 450px;
background-color: $color-white;
border: 1px solid $color-border;
display: inline-block;
border-radius : 3px;
color: $color-off-black;
padding: 20px 50px;
@extend .absolute-center;
.logo {
text-align: center;
margin: 0 auto;
> img {
height: 60px;
margin: 40px 0;
}
}
}
.sso-box {
text-align: center;
margin-top: 150px;
font-size: 24px;
color: $color-gray;
}