Updated email preview to mimic sent emails

This commit is contained in:
chrisw
2018-01-10 16:00:11 +00:00
parent 25d37167be
commit e6690c8a78

View File

@@ -2,6 +2,8 @@ $white-50-opaque: rgba($white, 0.5);
$button-bottom-border-colour: rgba(0, 0, 0, 0.17);
$email-message-gutter: $gutter * 2;
// sass-lint:disable no-important
.email-message {
margin-bottom: $gutter;
@@ -53,6 +55,21 @@ $email-message-gutter: $gutter * 2;
position: relative;
word-wrap: break-word;
table {
margin: 0 0 20px 0;
td {
border: 0;
padding: 0;
font-family: inherit !important;
}
li:first-child {
margin-top: 0 !important;
}
}
&-wrapper {
.js-enabled & {