mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
Merge pull request #192 from whiteout-io/dev/WO-760
add horizontal padding to mail-list footer in mobile/tablet mode
This commit is contained in:
commit
620fd51aa3
@ -83,8 +83,13 @@
|
|||||||
font-size: $font-size-smaller;
|
font-size: $font-size-smaller;
|
||||||
color: $color-text;
|
color: $color-text;
|
||||||
line-height: $footer-height;
|
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 {
|
svg {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user