use pixel measurements

parent 7ab0f39d
...@@ -46,16 +46,15 @@ ...@@ -46,16 +46,15 @@
style=" style="
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
border-radius: .3rem; border-radius: 4px;
-webkit-border-radius: .3rem; -webkit-border-radius: 4px;
-moz-border-radius: .3rem; -moz-border-radius: 4px;
background-color: #005686; background-color: #005686;
border-top: .15rem solid #005686; border-top: 12px solid #005686;
border-bottom: .15rem solid #005686; border-bottom: 12px solid #005686;
border-right: .15rem solid #005686; border-right: 50px solid #005686;
border-left: .15rem solid #005686; border-left: 50px solid #005686;
display: inline-block; display: inline-block;
padding: 1rem 5rem;
"> ">
{# old email clients require the use of the font tag :( #} {# old email clients require the use of the font tag :( #}
<font color="#ffffff"><b>{% trans "Keep learning" %}</b></font> <font color="#ffffff"><b>{% trans "Keep learning" %}</b></font>
...@@ -74,16 +73,13 @@ ...@@ -74,16 +73,13 @@
style=" style="
color: #1e8142; color: #1e8142;
text-decoration: none; text-decoration: none;
border-radius: .3rem; border-radius: 4px;
-webkit-border-radius: .3rem; -webkit-border-radius: 4px;
-moz-border-radius: .3rem; -moz-border-radius: 4px;
background-color: #FFFFFF; background-color: #FFFFFF;
border-top: .15rem solid #1e8142; border: 3px solid #1e8142;
border-bottom: .15rem solid #1e8142;
border-right: .15rem solid #1e8142;
border-left: .15rem solid #1e8142;
display: inline-block; display: inline-block;
padding: 1rem 6.1rem; padding: 8px 65px;
"> ">
<font color="#1e8142"><b>{% trans "Upgrade Now" %}</b></font> <font color="#1e8142"><b>{% trans "Upgrade Now" %}</b></font>
</a> </a>
......
...@@ -46,16 +46,15 @@ ...@@ -46,16 +46,15 @@
style=" style="
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
border-radius: .3rem; border-radius: 4px;
-webkit-border-radius: .3rem; -webkit-border-radius: 4px;
-moz-border-radius: .3rem; -moz-border-radius: 4px;
background-color: #005686; background-color: #005686;
border-top: .15rem solid #005686; border-top: 12px solid #005686;
border-bottom: .15rem solid #005686; border-bottom: 12px solid #005686;
border-right: .15rem solid #005686; border-right: 50px solid #005686;
border-left: .15rem solid #005686; border-left: 50px solid #005686;
display: inline-block; display: inline-block;
padding: 1rem 5rem;
"> ">
{# old email clients require the use of the font tag :( #} {# old email clients require the use of the font tag :( #}
<font color="#ffffff"><b>{% trans "Start learning now" %}</b></font> <font color="#ffffff"><b>{% trans "Start learning now" %}</b></font>
...@@ -73,16 +72,13 @@ ...@@ -73,16 +72,13 @@
style=" style="
color: #1e8142; color: #1e8142;
text-decoration: none; text-decoration: none;
border-radius: .3rem; border-radius: 4px;
-webkit-border-radius: .3rem; -webkit-border-radius: 4px;
-moz-border-radius: .3rem; -moz-border-radius: 4px;
background-color: #FFFFFF; background-color: #FFFFFF;
border-top: .15rem solid #1e8142; border: 3px solid #1e8142;
border-bottom: .15rem solid #1e8142;
border-right: .15rem solid #1e8142;
border-left: .15rem solid #1e8142;
display: inline-block; display: inline-block;
padding: 1rem 6.1rem; padding: 8px 65px;
"> ">
<font color="#1e8142"><b>{% trans "Upgrade Now" %}</b></font> <font color="#1e8142"><b>{% trans "Upgrade Now" %}</b></font>
</a> </a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment