Apply theme globally; add mail templates into theme folder #715

This commit is contained in:
Nabeel Shahzad
2020-05-22 18:58:09 -04:00
parent fb7d988032
commit 09cd7adb6b
32 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
<table class="action" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
<a href="{{ $url }}" class="button button-{{ $color ?? 'primary' }}" target="_blank"
rel="noopener">{{ $slot }}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>