mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04: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);
|
$button-bottom-border-colour: rgba(0, 0, 0, 0.17);
|
||||||
$email-message-gutter: $gutter * 2;
|
$email-message-gutter: $gutter * 2;
|
||||||
|
|
||||||
|
// sass-lint:disable no-important
|
||||||
|
|
||||||
.email-message {
|
.email-message {
|
||||||
|
|
||||||
margin-bottom: $gutter;
|
margin-bottom: $gutter;
|
||||||
@@ -53,6 +55,21 @@ $email-message-gutter: $gutter * 2;
|
|||||||
position: relative;
|
position: relative;
|
||||||
word-wrap: break-word;
|
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 {
|
&-wrapper {
|
||||||
|
|
||||||
.js-enabled & {
|
.js-enabled & {
|
||||||
|
|||||||
Reference in New Issue
Block a user