mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Version bump
This commit is contained in:
parent
4130d1f129
commit
0743ae002c
7 changed files with 758 additions and 694 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue