mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
add horizontal padding to mail-list footer in mobile/tablet mode
This commit is contained in:
parent
f11d4e8df3
commit
5109ccd899
@ -83,8 +83,13 @@
|
||||
font-size: $font-size-smaller;
|
||||
color: $color-text;
|
||||
line-height: $footer-height;
|
||||
border-top: 1px solid $color-border-light;
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 0;
|
||||
border-top: 1px solid $color-border-light;
|
||||
}
|
||||
svg {
|
||||
display: inline-block;
|
||||
height: 1.5em;
|
||||
|
Loading…
Reference in New Issue
Block a user