features
This commit is contained in:
7
apps/api/src/mail/templates/partials/button.hbs
Normal file
7
apps/api/src/mail/templates/partials/button.hbs
Normal file
@@ -0,0 +1,7 @@
|
||||
<table role="presentation" cellpadding="0" cellspacing="0" style="border-collapse:collapse; margin:26px 0;">
|
||||
<tr>
|
||||
<td>
|
||||
<a class="button" href="{{url}}" style="background:{{branding.primaryColor}}; border-radius:6px; color:#ffffff; display:inline-block; font-size:16px; font-weight:700; line-height:20px; padding:14px 22px; text-align:center; text-decoration:none;">{{label}}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user