1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

auth page UX update

This commit is contained in:
Harvey Kandola 2017-11-27 19:07:36 +00:00
parent 533a0f094e
commit 102f0c3800
9 changed files with 62 additions and 53 deletions

View file

@ -1,13 +1,13 @@
.auth-box {
display: inline-block;
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;
background-color: $color-white;
color: $color-off-black;
@extend .absolute-center;
@include border-radius(3px);
@include shadow();
.logo {
text-align: center;