Add margin to email template logo

This commit is contained in:
Eric Jinks 2018-01-29 13:11:28 +10:00
parent 6adf36d5ac
commit a71dd79814
8 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@
background: #366dc7;
}
.logo {
margin: auto;
margin: 25px auto;
width: 100px;
height: auto;
}

View file

@ -86,7 +86,7 @@
<td> <![endif]-->
<table class="container__table" role="presentation" border="0" align="center" cellpadding="0" cellspacing="0" width="100%">
<tr class="container__row">
<td class="container__cell" width="100%" align="left" valign="top"> <img class="logo img__block" src="{{ .SiteURL }}/images/logo.png" border="0" alt="" style="display: block; max-width: 100%; width: 100px; height: auto; margin: 0 auto;" width="100" />
<td class="container__cell" width="100%" align="left" valign="top"> <img class="logo img__block" src="{{ .SiteURL }}/images/logo.png" border="0" alt="" style="display: block; max-width: 100%; width: 100px; margin: 25px auto; height: auto;" width="100" />
<h2 class="header h2" style="margin: 20px 0; line-height: 30px; color: #000000; font-family: Helvetica,Arial,sans-serif; text-align: center;">Confirm your signup</h2>
<p class="text p" style="display: block; margin: 14px 0; color: #000000; font-family: Helvetica,Arial,sans-serif; font-size: 16px; line-height: 20px; text-align: center;">Follow this link to confirm your account:</p>
<div class="button button" style="background-color: #366DC7; margin: 0 auto;">

View file

@ -9,7 +9,7 @@
background: #366dc7;
}
.logo {
margin: auto;
margin: 25px auto;
width: 100px;
height: auto;
}

View file

@ -86,7 +86,7 @@
<td> <![endif]-->
<table class="container__table" role="presentation" border="0" align="center" cellpadding="0" cellspacing="0" width="100%">
<tr class="container__row">
<td class="container__cell" width="100%" align="left" valign="top"> <img class="logo img__block" src="{{ .SiteURL }}/images/logo.png" border="0" alt="" style="display: block; max-width: 100%; width: 100px; height: auto; margin: 0 auto;" width="100" />
<td class="container__cell" width="100%" align="left" valign="top"> <img class="logo img__block" src="{{ .SiteURL }}/images/logo.png" border="0" alt="" style="display: block; max-width: 100%; width: 100px; margin: 25px auto; height: auto;" width="100" />
<h2 class="header h2" style="margin: 20px 0; line-height: 30px; color: #000000; font-family: Helvetica,Arial,sans-serif; text-align: center;">Confirm Change of Email</h2>
<p class="text p" style="display: block; margin: 14px 0; color: #000000; font-family: Helvetica,Arial,sans-serif; font-size: 16px; line-height: 20px; text-align: center;">Follow this link to confirm the update of your email from {{ .Email }} to {{ .NewEmail }}:</p>
<div class="button button" style="background-color: #366DC7; margin: 0 auto;">

View file

@ -9,7 +9,7 @@
background: #366dc7;
}
.logo {
margin: auto;
margin: 25px auto;
width: 100px;
height: auto;
}

View file

@ -86,7 +86,7 @@
<td> <![endif]-->
<table class="container__table" role="presentation" border="0" align="center" cellpadding="0" cellspacing="0" width="100%">
<tr class="container__row">
<td class="container__cell" width="100%" align="left" valign="top"> <img class="logo img__block" src="{{ .SiteURL }}/images/logo.png" border="0" alt="" style="display: block; max-width: 100%; width: 100px; height: auto; margin: 0 auto;" width="100" />
<td class="container__cell" width="100%" align="left" valign="top"> <img class="logo img__block" src="{{ .SiteURL }}/images/logo.png" border="0" alt="" style="display: block; max-width: 100%; width: 100px; margin: 25px auto; height: auto;" width="100" />
<h2 class="header h2" style="margin: 20px 0; line-height: 30px; color: #000000; font-family: Helvetica,Arial,sans-serif; text-align: center;">You have been invited</h2>
<p class="text p" style="display: block; margin: 14px 0; color: #000000; font-family: Helvetica,Arial,sans-serif; font-size: 16px; line-height: 20px; text-align: center;">You have been invited to create a user on {{ .SiteURL }}</p>
<div class="button button" style="background-color: #366DC7; margin: 0 auto;">

View file

@ -9,7 +9,7 @@
background: #366dc7;
}
.logo {
margin: auto;
margin: 25px auto;
width: 100px;
height: auto;
}

View file

@ -86,7 +86,7 @@
<td> <![endif]-->
<table class="container__table" role="presentation" border="0" align="center" cellpadding="0" cellspacing="0" width="100%">
<tr class="container__row">
<td class="container__cell" width="100%" align="left" valign="top"> <img class="logo img__block" src="{{ .SiteURL }}/images/logo.png" border="0" alt="" style="display: block; max-width: 100%; width: 100px; height: auto; margin: 0 auto;" width="100" />
<td class="container__cell" width="100%" align="left" valign="top"> <img class="logo img__block" src="{{ .SiteURL }}/images/logo.png" border="0" alt="" style="display: block; max-width: 100%; width: 100px; margin: 25px auto; height: auto;" width="100" />
<h2 class="header h2" style="margin: 20px 0; line-height: 30px; color: #000000; font-family: Helvetica,Arial,sans-serif; text-align: center;">Reset Password</h2>
<p class="text p" style="display: block; margin: 14px 0; color: #000000; font-family: Helvetica,Arial,sans-serif; font-size: 16px; line-height: 20px; text-align: center;">Follow this link to reset the password for your account:</p>
<div class="button button" style="background-color: #366DC7; margin: 0 auto;">