summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/mailer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/mailer.scss')
-rw-r--r--app/assets/stylesheets/mailer.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/stylesheets/mailer.scss b/app/assets/stylesheets/mailer.scss
index 4f76deeb991..9d889f111dd 100644
--- a/app/assets/stylesheets/mailer.scss
+++ b/app/assets/stylesheets/mailer.scss
@@ -145,6 +145,27 @@ table.content {
padding: 15px 5px;
text-align: center;
}
+
+ td.mailer-align-left {
+ vertical-align: top;
+ padding: 16px 32px;
+ text-align: left;
+
+ h4 {
+ margin: 0;
+ }
+
+ ul {
+ list-style: none;
+ line-height: 1.6;
+ padding-left: 0;
+ margin: 8px 0 16px;
+ }
+
+ .mailer-icon {
+ margin-bottom: -1px;
+ }
+ }
}
tr.footer td {