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

responsive login, profile new UX

This commit is contained in:
Harvey Kandola 2017-11-28 10:06:39 +00:00
parent 2ba948bc82
commit 68f5008a52
7 changed files with 32 additions and 47 deletions

View file

@ -1,7 +1,7 @@
.auth-box {
display: inline-block;
height: 500px;
width: 500px;
max-width: 500px;
padding: 20px 50px;
background-color: $color-white;
color: $color-off-black;

View file

@ -1,3 +0,0 @@
.page-profile {
@include content-container();
}