1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 17:02:17 -05:00

line with padding in read view and no attachments

This commit is contained in:
Mario Volke 2014-10-16 15:48:52 +02:00 committed by Tankred Hase
parent c3021a7244
commit 8c2aebf3fd

View File

@ -156,9 +156,13 @@
&--no-attachments {
.read__header {
padding-bottom: 0.5em;
margin-bottom: 0.5em;
border-bottom: 1px solid $color-border-light;
&:after {
display: block;
content: "";
margin-top: 0.5em;
border-bottom: 1px solid $color-border-light;
}
}
}
@include respond-to(sm-only) {