Skip to content

Commit

Permalink
fix: style changed for gmail
Browse files Browse the repository at this point in the history
  • Loading branch information
heyradcode committed May 3, 2017
1 parent 1c92ef1 commit ed11e90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion template code.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<tr>
<table>
<tbody>
<a href="{{cartid | escape_url | prepend:'/v/ShoppingCartTransfer.asp?CartID=' | tag_and_track_url!}}" target="_blank" style="margin-right:5px; background-color:yellow; box-shadow: 3px 3px 1px #888; text-align:center; border-radius:6px; color:black; width: 35%; display:block; text-decoration:none; font: 16pt/16pt; padding: 5px 0; ">Checkout Now</a>
<a href="{{cartid | escape_url | prepend:'/v/ShoppingCartTransfer.asp?CartID=' | tag_and_track_url!}}" target="_blank" style="margin: 0 auto; background-color:yellow; box-shadow: 3px 3px 1px #888; text-align:center; border-radius:6px; color:black; width: 35%; display:block; text-decoration:none; font: 16pt/16pt; padding: 5px 0; ">Checkout Now</a>

{% if custom_email_type == "2" %}
<p style="color:#000; font-size:14pt">Use code <b>FIXIT5</b> at Checkout</p>
Expand Down
2 changes: 1 addition & 1 deletion template code_1h.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<tr>
<table>
<tbody>
<a href="{{cartid | escape_url | prepend:'/v/ShoppingCartTransfer.asp?CartID=' | tag_and_track_url!}}" target="_blank" style="margin-right:5px; background-color:yellow; box-shadow: 3px 3px 1px #888; text-align:center; border-radius:6px; color:black; width: 35%; display:block; text-decoration:none; font: 16pt/16pt; padding: 5px 0; ">Checkout Now</a>
<a href="{{cartid | escape_url | prepend:'/v/ShoppingCartTransfer.asp?CartID=' | tag_and_track_url!}}" target="_blank" style="margin: 0 auto; background-color:yellow; box-shadow: 3px 3px 1px #888; text-align:center; border-radius:6px; color:black; width: 35%; display:block; text-decoration:none; font: 16pt/16pt; padding: 5px 0; ">Checkout Now</a>

<br>

Expand Down
2 changes: 1 addition & 1 deletion template code_2d.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<tr>
<table>
<tbody>
<a href="{{cartid | escape_url | prepend:'/v/ShoppingCartTransfer.asp?CartID=' | tag_and_track_url!}}" target="_blank" style="margin-right:5px; background-color:yellow; box-shadow: 3px 3px 1px #888; text-align:center; border-radius:6px; color:black; width: 35%; display:block; text-decoration:none; font: 16pt/16pt; padding: 5px 0; ">Checkout Now</a>
<a href="{{cartid | escape_url | prepend:'/v/ShoppingCartTransfer.asp?CartID=' | tag_and_track_url!}}" target="_blank" style="margin: 0 auto; background-color:yellow; box-shadow: 3px 3px 1px #888; text-align:center; border-radius:6px; color:black; width: 35%; display:block; text-decoration:none; font: 16pt/16pt; padding: 5px 0; ">Checkout Now</a>

<p style="color:#000; font-size:14pt">Use code <b>FIXIT5</b> at Checkout</p>
<br>
Expand Down
2 changes: 1 addition & 1 deletion template code_4d.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<tr>
<table>
<tbody>
<a href="{{cartid | escape_url | prepend:'/v/ShoppingCartTransfer.asp?CartID=' | tag_and_track_url!}}" target="_blank" style="margin-right:5px; background-color:yellow; box-shadow: 3px 3px 1px #888; text-align:center; border-radius:6px; color:black; width: 35%; display:block; text-decoration:none; font: 16pt/16pt; padding: 5px 0; ">Checkout Now</a>
<a href="{{cartid | escape_url | prepend:'/v/ShoppingCartTransfer.asp?CartID=' | tag_and_track_url!}}" target="_blank" style="margin: 0 auto; background-color:yellow; box-shadow: 3px 3px 1px #888; text-align:center; border-radius:6px; color:black; width: 35%; display:block; text-decoration:none; font: 16pt/16pt; padding: 5px 0; ">Checkout Now</a>

<p style="color:#000; font-size:14pt">Use code <b>GET10</b> at Checkout</p>
<br>
Expand Down

0 comments on commit ed11e90

Please sign in to comment.