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:
parent
c3021a7244
commit
8c2aebf3fd
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user