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
1 changed files with 6 additions and 2 deletions

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) {