1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 08:52:15 -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:
Tankred Hase 2014-11-27 19:02:09 +01:00
commit 620fd51aa3

View File

@ -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;