1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

moved emberjs to gui folder

This commit is contained in:
Harvey Kandola 2017-07-19 14:48:33 +01:00
parent 6a18d18f91
commit dc49dbbeff
999 changed files with 677 additions and 651 deletions

View file

@ -0,0 +1,28 @@
.auth-box {
height: 500px;
width: 500px;
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;
}