diff --git a/assets/css/src/components/_premiumPage.scss b/assets/css/src/components/_premiumPage.scss
index eb72905e19..ebd942c25d 100644
--- a/assets/css/src/components/_premiumPage.scss
+++ b/assets/css/src/components/_premiumPage.scss
@@ -9,10 +9,26 @@
padding: 0;
}
- .button.mailpoet-button-bigger {
+ .premium-button {
+ background: #0085ba;
+ border: 1px solid #006799;
+ border-radius: 3px;
+ box-sizing: border-box;
+ color: #fff;
+ cursor: pointer;
display: inline-block;
+ font-size: 1.5em;
line-height: normal;
margin: 1em 0;
+ padding: 8px 18px 9px;
+ text-decoration: none;
+ vertical-align: top;
+ white-space: nowrap;
+
+ &:hover,
+ &:focus {
+ background: #008ec2;
+ }
}
.mailpoet-premium-page-intro {
diff --git a/views/premium.html b/views/premium.html
index 02ff3271ab..d6a43ff500 100644
--- a/views/premium.html
+++ b/views/premium.html
@@ -19,7 +19,7 @@
<%= _x('Upgrade', 'This text resides in the Premium page: /wp-admin/admin.php?page=mailpoet-premium') %>
@@ -38,7 +38,7 @@
<%= _x('Sign up for free', 'This text resides in the Premium page: /wp-admin/admin.php?page=mailpoet-premium') %>
@@ -144,7 +144,7 @@
<%= _x('Get started', 'This text resides in the Premium page: /wp-admin/admin.php?page=mailpoet-premium') %>
@@ -165,7 +165,7 @@
<%= _x('Get started', 'This text resides in the Premium page: /wp-admin/admin.php?page=mailpoet-premium') %>
@@ -193,7 +193,7 @@
<%= _x('Get started', 'This text resides in the Premium page: /wp-admin/admin.php?page=mailpoet-premium') %>
@@ -248,7 +248,7 @@
<%= _x('Read all the reviews', 'This text resides in the Premium page: /wp-admin/admin.php?page=mailpoet-premium') %>
@@ -275,7 +275,7 @@
<%= _x('Upgrade now', 'This text resides in the Premium page: /wp-admin/admin.php?page=mailpoet-premium') %>