Init commit
This commit is contained in:
7
server/core/assets/email-templates/partials/button.hbs
Normal file
7
server/core/assets/email-templates/partials/button.hbs
Normal file
@@ -0,0 +1,7 @@
|
||||
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" style="margin: auto;">
|
||||
<tr>
|
||||
<td style="border-radius: 4px; background: {{primary}}; color: {{onPrimary}};">
|
||||
<a class="no-color" href="{{actionUrl}}" style="background: {{primary}}; color: {{onPrimary}}; font-family: sans-serif; font-size: 15px; line-height: 15px; text-decoration: none; padding: 13px 17px; display: block; border-radius: 4px; font-weight: bold;">{{actionText}}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user