Skip to content

Commit

Permalink
Add inlined dunning templates
Browse files Browse the repository at this point in the history
Minor style updates to the rest of templates
  • Loading branch information
derekrushforth committed May 23, 2022
1 parent 7a1664b commit d0c18cb
Show file tree
Hide file tree
Showing 66 changed files with 1,926 additions and 247 deletions.
20 changes: 9 additions & 11 deletions templates/basic-full/comment-notification/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
.align-center {
text-align: center;
}

.u-margin-bottom-none {
margin-bottom: 0;
}
/* Buttons ------------------------------ */

.button {
Expand Down Expand Up @@ -281,26 +285,22 @@
}

body {
background-color: #F4F4F7;
background-color: #F2F4F6;
color: #51545E;
}

p {
color: #51545E;
}

p.sub {
color: #6B6E76;
}

.email-wrapper {
width: 100%;
margin: 0;
padding: 0;
-premailer-width: 100%;
-premailer-cellpadding: 0;
-premailer-cellspacing: 0;
background-color: #F4F4F7;
background-color: #F2F4F6;
}

.email-content {
Expand Down Expand Up @@ -338,7 +338,6 @@
-premailer-width: 100%;
-premailer-cellpadding: 0;
-premailer-cellspacing: 0;
background-color: #FFFFFF;
}

.email-body_inner {
Expand All @@ -362,7 +361,7 @@
}

.email-footer p {
color: #6B6E76;
color: #A8AAAF;
}

.body-action {
Expand All @@ -382,7 +381,7 @@
}

.content-cell {
padding: 35px;
padding: 45px;
}
/*Media Queries ------------------------------ */

Expand Down Expand Up @@ -451,7 +450,7 @@
</tr>
<!-- Email Body -->
<tr>
<td class="email-body" width="100%" cellpadding="0" cellspacing="0">
<td class="email-body" width="570" cellpadding="0" cellspacing="0">
<table class="email-body_inner" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
<!-- Body content -->
<tr>
Expand Down Expand Up @@ -487,7 +486,6 @@
<table class="email-footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="content-cell" align="center">
<p class="f-fallback sub align-center">&copy; 2021 [Product Name]. All rights reserved.</p>
<p class="f-fallback sub align-center">
[Company Name, LLC]
<br>1234 Street Rd.
Expand Down
2 changes: 0 additions & 2 deletions templates/basic-full/comment-notification/content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ By {{commenter_name}} at {{timestamp}}

View the comment ( {{ action_url }} ) or Manage notifications ( {{ notifications_url }} )

© 2021 [Product Name]. All rights reserved.

[Company Name, LLC]

1234 Street Rd.
Expand Down
Loading

0 comments on commit d0c18cb

Please sign in to comment.