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:
parent
533a0f094e
commit
102f0c3800
9 changed files with 62 additions and 53 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue