Newsletter email template refinements
no refs. - updated color styles, links for footer text - refined spacings for email footer paragraphs
This commit is contained in:
parent
3f9053ae94
commit
cfac18cb32
@ -1 +1 @@
|
||||
Subproject commit fa15a48192a4f7a6a7ee8122ed9c60ca7cdd27ce
|
||||
Subproject commit 45f5c831188006021e994086626f823186aba871
|
@ -1 +1 @@
|
||||
Subproject commit 2562316ff4ed75cdf158b05fe3f78e18973a56a0
|
||||
Subproject commit 1d687dbc758ae34fca727ac05cced10f41139173
|
@ -527,8 +527,16 @@ figure blockquote p {
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
padding-bottom: 40px;
|
||||
padding-top: 50px;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: #738a94;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* -------------------------------------
|
||||
@ -828,6 +836,7 @@ figure blockquote p {
|
||||
${ templateSettings.showBadge ? `
|
||||
.footer-powered {
|
||||
text-align: center;
|
||||
padding-top: 25px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
@ -921,7 +930,7 @@ ${ templateSettings.showBadge ? `
|
||||
<!-- END MAIN CONTENT AREA -->
|
||||
|
||||
<tr>
|
||||
<td class="wrapper" align="center">
|
||||
<td class="wrapper" align="center" style="padding-top: 40px; padding-bottom: 30px;">
|
||||
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
${iff(!!templateSettings.footerContent, `<tr><td class="footer">${templateSettings.footerContent}</td></tr>`, '')}
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user