mirror of
https://github.com/moparisthebest/mail
synced 2024-11-23 01:12:19 -05:00
remove last update footer in mobile media query
This commit is contained in:
parent
e10e480416
commit
8211a78a78
@ -1,5 +1,5 @@
|
||||
.mail-list {
|
||||
$padding-vertical: 12px;
|
||||
$padding-vertical: 9px;
|
||||
$padding-horizontal: 30px;
|
||||
|
||||
list-style: none;
|
||||
|
@ -46,21 +46,27 @@
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-bottom: 78px;
|
||||
padding-bottom: 50px;
|
||||
@include respond-to(desktop) {
|
||||
padding-bottom: 78px;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
padding: 0 $nav-padding;
|
||||
background: darken($color-grey-lightest, 1%);
|
||||
height: 28px;
|
||||
width: $content-nav-width;
|
||||
border-right: 1px solid $color-grey-light;
|
||||
font-size: $font-size-smaller;
|
||||
color: $color-grey-dark;
|
||||
line-height: em(28,12);
|
||||
height: 0px;
|
||||
@include respond-to(desktop) {
|
||||
height: 28px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
padding: 0 $nav-padding;
|
||||
background: darken($color-grey-lightest, 1%);
|
||||
width: $content-nav-width;
|
||||
border-right: 1px solid $color-grey-light;
|
||||
font-size: $font-size-smaller;
|
||||
color: $color-grey-dark;
|
||||
line-height: em(28,12);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user