mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 10:52:17 -05:00
line with padding in read view and no attachments
This commit is contained in:
parent
c3021a7244
commit
8c2aebf3fd
@ -156,11 +156,15 @@
|
||||
|
||||
&--no-attachments {
|
||||
.read__header {
|
||||
padding-bottom: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
&:after {
|
||||
display: block;
|
||||
content: "";
|
||||
margin-top: 0.5em;
|
||||
border-bottom: 1px solid $color-border-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
@include respond-to(sm-only) {
|
||||
&--stripped {
|
||||
.read__addresses > * {
|
||||
|
Loading…
Reference in New Issue
Block a user