Updates for base email templates

This commit is contained in:
David Bomba 2023-02-16 10:05:28 +11:00
parent b76e78e9ed
commit b8c7a0837a
2 changed files with 6 additions and 8 deletions

View File

@ -171,12 +171,10 @@
<!-- Top side spacing. --> <!-- Top side spacing. -->
</div> </div>
</tr> </tr>
<tr> <tr height="50">
<td align="center"> <td align="center" height="50">
<div class="dark-bg" style="background-color:#f9f9f9; padding-bottom: 20px;"> <div class="dark-bg" style="background-color:#f9f9f9; padding-bottom: 20px;">
<img class="logo-light" src="{{ $logo ?? '' }}" width="65%" height="" alt="alt_text" border="0" style="width: 100%; max-width: 65%; height: auto; display: block;" class="g-img">
<img class="logo-light" src="{{ $logo ?? '' }}" width="640" height="" alt="alt_text" border="0" style="width: 100%; max-width: 570px; height: auto; display: block;" class="g-img">
</div> </div>
</td> </td>
</tr> </tr>

View File

@ -148,15 +148,15 @@
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr> <tr>
<td> <td>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="570" style="border: 1px solid #c2c2c2;"> <table align="center" border="0" cellpadding="0" cellspacing="0" width="570" style="border: 1px solid #c2c2c2; table-layout:fixed;">
<tr> <tr>
<div style="text-align: center;margin-top: 25px; margin-bottom: 10px;"></div> <div style="text-align: center;margin-top: 25px; margin-bottom: 10px;"></div>
</tr> </tr>
<tr> <tr height="50%">
<td align="center" cellpadding="20"> <td align="center" cellpadding="20">
<div style="padding-bottom: 10px; padding-top:10px; border-top-left-radius: 3px; border-top-right-radius: 3px;"> <div style="padding-bottom: 10px; padding-top:10px; border-top-left-radius: 3px; border-top-right-radius: 3px;">
<img class="logo-light" src="{{ $logo ?? '' }}" width="640" height="" alt="alt_text" border="0" style="width: 100%; max-width: 570px; height: auto; display: block;" class="g-img"> <img class="logo-light" src="{{ $logo ?? '' }}" width="65%" height="" alt="alt_text" border="0" style="width: 100%; max-width: 65%; height: auto; display: block;" class="g-img">
</div> </div>
</td> </td>