[WIP] Setup of skeleton
This commit is contained in:
7
resources/views/emails/components/button.blade.php
Normal file
7
resources/views/emails/components/button.blade.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<!--[if mso]>
|
||||
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="{{ $url }}{{ $route }}{{ $option_id }}" style="height:36px;v-text-anchor:middle;width:155px;" arcsize="50%" strokecolor="#e6e6e8" fillcolor="#f96a48">
|
||||
<w:anchorlock/>
|
||||
<center style="color:#FFFFFF;font-family:sans-serif;font-size:13px;font-weight:bold;">{{ $txt }}</center>
|
||||
</v:roundrect>
|
||||
<![endif]--><a href="{{ $url }}{{ $route }}{{ $option_id }}"
|
||||
style="background-color:#f96a48;border:1px solid #e6e6e8;border-radius:18px;color:#FFFFFF;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:bold;line-height:36px;text-align:center;text-decoration:none;width:155px;-webkit-text-size-adjust:none;mso-hide:all;">{{ $txt }}</a>
|
||||
Reference in New Issue
Block a user