1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00

correctly sized login box

This commit is contained in:
Harvey Kandola 2016-11-13 11:44:22 -08:00
parent e02a3ee9f9
commit d4cff5682a
2 changed files with 618 additions and 595 deletions

View file

@ -1,6 +1,6 @@
.auth-box {
height: 450px;
width: 450px;
height: 500px;
width: 500px;
background-color: $color-white;
border: 1px solid $color-border;
display: inline-block;

File diff suppressed because one or more lines are too long