diff --git a/templates/cloud_14_day_arrears.html b/templates/cloud_14_day_arrears.html index 395a78824d..d5115d151e 100644 --- a/templates/cloud_14_day_arrears.html +++ b/templates/cloud_14_day_arrears.html @@ -103,7 +103,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -350,7 +350,7 @@ -
+
diff --git a/templates/cloud_30_day_arrears.html b/templates/cloud_30_day_arrears.html index aae98b9df4..13b1147dfb 100644 --- a/templates/cloud_30_day_arrears.html +++ b/templates/cloud_30_day_arrears.html @@ -103,7 +103,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -350,7 +350,7 @@ -
+
diff --git a/templates/cloud_45_day_arrears.html b/templates/cloud_45_day_arrears.html index 0225d5b2e6..9c4af6731c 100644 --- a/templates/cloud_45_day_arrears.html +++ b/templates/cloud_45_day_arrears.html @@ -103,7 +103,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -350,7 +350,7 @@ -
+
diff --git a/templates/cloud_7_day_arrears.html b/templates/cloud_7_day_arrears.html index b59e370f29..712b29fa37 100644 --- a/templates/cloud_7_day_arrears.html +++ b/templates/cloud_7_day_arrears.html @@ -103,7 +103,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -350,7 +350,7 @@ -
+
diff --git a/templates/cloud_90_day_arrears.html b/templates/cloud_90_day_arrears.html index da1137dbb9..f63b2b2a07 100644 --- a/templates/cloud_90_day_arrears.html +++ b/templates/cloud_90_day_arrears.html @@ -103,7 +103,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -350,7 +350,7 @@ -
+
diff --git a/templates/cloud_upgrade_confirmation.html b/templates/cloud_upgrade_confirmation.html index 9b30132f49..27f4fca15c 100644 --- a/templates/cloud_upgrade_confirmation.html +++ b/templates/cloud_upgrade_confirmation.html @@ -93,7 +93,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -340,7 +340,7 @@ -
+
diff --git a/templates/cloud_welcome_email.html b/templates/cloud_welcome_email.html index 1ef02cd670..d2e8235cc5 100644 --- a/templates/cloud_welcome_email.html +++ b/templates/cloud_welcome_email.html @@ -14,15 +14,15 @@
+ style="width: 724px; padding: 32px; background: #FFFFFF; color: #3D3C40;">
- logo_email_blue + logo_email
diff --git a/templates/inactivity_body.html b/templates/inactivity_body.html index 1c5507cd14..36bb7795cb 100644 --- a/templates/inactivity_body.html +++ b/templates/inactivity_body.html @@ -93,7 +93,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -340,7 +340,7 @@ -
+
diff --git a/templates/invite_body.html b/templates/invite_body.html index 017afb677e..8a3b232b65 100644 --- a/templates/invite_body.html +++ b/templates/invite_body.html @@ -113,7 +113,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -360,7 +360,7 @@ -
+
diff --git a/templates/license_up_for_renewal.html b/templates/license_up_for_renewal.html index 13780c89c5..d05cc8d8be 100644 --- a/templates/license_up_for_renewal.html +++ b/templates/license_up_for_renewal.html @@ -93,7 +93,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -340,7 +340,7 @@ -
+
diff --git a/templates/messages_notification.html b/templates/messages_notification.html index 7b47478cfa..ba2aaee252 100644 --- a/templates/messages_notification.html +++ b/templates/messages_notification.html @@ -113,7 +113,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -513,7 +513,7 @@ -
+
diff --git a/templates/partials/style.css b/templates/partials/style.css index f91787b5d9..3c72f05ea0 100644 --- a/templates/partials/style.css +++ b/templates/partials/style.css @@ -1,7 +1,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a{ diff --git a/templates/password_change_body.html b/templates/password_change_body.html index 550b40f665..663b608e59 100644 --- a/templates/password_change_body.html +++ b/templates/password_change_body.html @@ -10,7 +10,7 @@
diff --git a/templates/payment_failed_body.html b/templates/payment_failed_body.html index 0d8daf6b7c..81060f9e37 100644 --- a/templates/payment_failed_body.html +++ b/templates/payment_failed_body.html @@ -103,7 +103,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -350,7 +350,7 @@ -
+
- +
diff --git a/templates/reset_body.html b/templates/reset_body.html index e5f62d4dec..ab2b11be32 100644 --- a/templates/reset_body.html +++ b/templates/reset_body.html @@ -93,7 +93,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -339,8 +339,8 @@ - -
+ +
diff --git a/templates/reset_body.mjml b/templates/reset_body.mjml index 06bd55c508..3d2e3c8e66 100644 --- a/templates/reset_body.mjml +++ b/templates/reset_body.mjml @@ -2,7 +2,7 @@ - + diff --git a/templates/verify_body.html b/templates/verify_body.html index 5c8cc5550f..a94df5f287 100644 --- a/templates/verify_body.html +++ b/templates/verify_body.html @@ -93,7 +93,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -340,7 +340,7 @@ -
+
diff --git a/templates/welcome_body.html b/templates/welcome_body.html index 28ea7d65f5..5e85097a31 100644 --- a/templates/welcome_body.html +++ b/templates/welcome_body.html @@ -93,7 +93,7 @@ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700); .emailBody { - background: #F3F3F3 !important; + background-color: #F3F3F3 } .emailBody a { @@ -339,8 +339,8 @@ - -
+ +
diff --git a/templates/welcome_body.mjml b/templates/welcome_body.mjml index 960689d6ef..f27ad1dc3c 100644 --- a/templates/welcome_body.mjml +++ b/templates/welcome_body.mjml @@ -2,7 +2,7 @@ - +