mirror of
https://github.com/moparisthebest/mail
synced 2024-12-22 23:38:48 -05:00
[WO-629] Fix nav margins for mobile
This commit is contained in:
parent
8b081c759a
commit
325e36b2e0
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 10px $nav-padding-h;
|
padding: $nav-padding-h + 5px;
|
||||||
background: $color-main;
|
background: $color-main;
|
||||||
color: $color-main-text;
|
color: $color-main-text;
|
||||||
|
|
||||||
@ -35,7 +35,7 @@
|
|||||||
&__folder {
|
&__folder {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: $font-size-bigger;
|
font-size: $font-size-bigger;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 16px;
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -111,6 +111,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include respond-to(lg) {
|
@include respond-to(lg) {
|
||||||
|
padding: $nav-padding-h;
|
||||||
padding-top: 27px; // magic number to valign logo with action bar
|
padding-top: 27px; // magic number to valign logo with action bar
|
||||||
padding-bottom: $footer-height;
|
padding-bottom: $footer-height;
|
||||||
background: $color-bg;
|
background: $color-bg;
|
||||||
|
Loading…
Reference in New Issue
Block a user