mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 23:20:09 -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 {
|
&--no-attachments {
|
||||||
.read__header {
|
.read__header {
|
||||||
padding-bottom: 0.5em;
|
|
||||||
margin-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) {
|
@include respond-to(sm-only) {
|
||||||
|
Loading…
Reference in New Issue
Block a user