Compare commits

...

1 Commits

1 changed files with 7 additions and 2 deletions

View File

@ -1,11 +1,16 @@
{# the HTML comments are required to let w.c.s. merge contiguous buttons #}
<!-- button link start -->
<br>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" style="margin: auto;">
<tr>
<tr> <!-- button link inner start -->
<td>&nbsp;</td>
<td style="border-radius: 3px; background: #7D7D7D; background-color: #7D7D7D; text-align: center;" class="button-td">
<a href="{{url}}" style="background: #7D7D7D; background-color: #7D7D7D; border: 15px solid #7D7D7D; font-family: sans-serif; font-size: 13px; line-height: 1.1; text-align: center; text-decoration: none; display: block; border-radius: 3px; font-weight: bold;" class="button-a">
<span style="color:#ffffff;" class="button-link">{{label}}</span>
</a>
</td>
<td>&nbsp;</td>
</td> <!-- button link inner end -->
</tr>
</table>
<br>
<!-- button link end -->