mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-20 18:34:34 -05:00
Updated email preview to mimic sent emails
This commit is contained in:
@@ -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 & {
|
||||
|
||||
Reference in New Issue
Block a user