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

Version bump

This commit is contained in:
sauls8t 2018-06-29 16:07:01 +01:00
parent 4130d1f129
commit 0743ae002c
7 changed files with 758 additions and 694 deletions

View file

@ -1,11 +1,19 @@
.auth-center {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
min-height: 500px;
width: 100%;
}
.auth-box {
display: inline-block;
width: 100%;
height: 500px;
max-width: 500px;
padding: 20px 50px;
background-color: $color-white;
color: $color-off-black;
@extend .absolute-center;
@include border-radius(3px);
@include shadow();