mirror of
https://github.com/moparisthebest/mail
synced 2025-01-31 07:00:17 -05:00
allow scrolling in login views, smaller margin of whiteout logo on mobile
This commit is contained in:
parent
d2d4cfa5df
commit
504062abe1
@ -1,7 +1,6 @@
|
|||||||
.view-login {
|
.view-login {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
min-height: 100%;
|
||||||
height: 100%;
|
|
||||||
background-color: $color-grey-lightest;
|
background-color: $color-grey-lightest;
|
||||||
color: $color-grey-dark;
|
color: $color-grey-dark;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -9,15 +8,18 @@
|
|||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
margin: 135px auto 75px;
|
margin: 75px auto;
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
width: 320px;
|
width: 320px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
@include respond-to(desktop) {
|
@include respond-to(desktop) {
|
||||||
|
margin-top: 135px;
|
||||||
|
img {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user