From 84134126c5b91b62cdb1b04f5cbc44cbddf6e9fa Mon Sep 17 00:00:00 2001 From: Emmy Ni Date: Thu, 6 Oct 2022 17:23:00 -0400 Subject: [PATCH] fix CI error --- templates/cloud_14_day_arrears.html | 4 ++-- templates/cloud_30_day_arrears.html | 4 ++-- templates/cloud_45_day_arrears.html | 4 ++-- templates/cloud_7_day_arrears.html | 4 ++-- templates/cloud_90_day_arrears.html | 4 ++-- templates/cloud_upgrade_confirmation.html | 4 ++-- templates/inactivity_body.html | 4 ++-- templates/invite_body.html | 4 ++-- templates/license_up_for_renewal.html | 4 ++-- templates/messages_notification.html | 4 ++-- templates/partials/style.css | 2 +- templates/payment_failed_body.html | 4 ++-- templates/verify_body.html | 4 ++-- templates/welcome_body.html | 4 ++-- 14 files changed, 27 insertions(+), 27 deletions(-) diff --git a/templates/cloud_14_day_arrears.html b/templates/cloud_14_day_arrears.html index 395a78824d..ae68caa082 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: #FFFFFF !important; } .emailBody a { @@ -350,7 +350,7 @@ -
+
diff --git a/templates/cloud_30_day_arrears.html b/templates/cloud_30_day_arrears.html index aae98b9df4..ae2125f715 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: #FFFFFF !important; } .emailBody a { @@ -350,7 +350,7 @@ -
+
diff --git a/templates/cloud_45_day_arrears.html b/templates/cloud_45_day_arrears.html index 0225d5b2e6..6b9ee77990 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: #FFFFFF !important; } .emailBody a { @@ -350,7 +350,7 @@ -
+
diff --git a/templates/cloud_7_day_arrears.html b/templates/cloud_7_day_arrears.html index b59e370f29..b5e9dc7dd5 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: #FFFFFF !important; } .emailBody a { @@ -350,7 +350,7 @@ -
+
diff --git a/templates/cloud_90_day_arrears.html b/templates/cloud_90_day_arrears.html index da1137dbb9..c0bdba5826 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: #FFFFFF !important; } .emailBody a { @@ -350,7 +350,7 @@ -
+
diff --git a/templates/cloud_upgrade_confirmation.html b/templates/cloud_upgrade_confirmation.html index 9b30132f49..14242dcbb7 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: #FFFFFF !important; } .emailBody a { @@ -340,7 +340,7 @@ -
+
diff --git a/templates/inactivity_body.html b/templates/inactivity_body.html index 1c5507cd14..013bbb1a87 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: #FFFFFF !important; } .emailBody a { @@ -340,7 +340,7 @@ -
+
diff --git a/templates/invite_body.html b/templates/invite_body.html index 017afb677e..a72c7e3a38 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: #FFFFFF !important; } .emailBody a { @@ -360,7 +360,7 @@ -
+
diff --git a/templates/license_up_for_renewal.html b/templates/license_up_for_renewal.html index 13780c89c5..9c6d42d698 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: #FFFFFF !important; } .emailBody a { @@ -340,7 +340,7 @@ -
+
diff --git a/templates/messages_notification.html b/templates/messages_notification.html index 9c40227203..fe1496e5aa 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: #FFFFFF !important; } .emailBody a { @@ -360,7 +360,7 @@ -
+
diff --git a/templates/partials/style.css b/templates/partials/style.css index f91787b5d9..177bae3236 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: #FFFFFF !important; } .emailBody a{ diff --git a/templates/payment_failed_body.html b/templates/payment_failed_body.html index 0d8daf6b7c..7dc4e9b3bc 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: #FFFFFF !important; } .emailBody a { @@ -350,7 +350,7 @@ -
+
diff --git a/templates/verify_body.html b/templates/verify_body.html index 5c8cc5550f..fadeef90cb 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: #FFFFFF !important; } .emailBody a { @@ -340,7 +340,7 @@ -
+
diff --git a/templates/welcome_body.html b/templates/welcome_body.html index 28ea7d65f5..d099aa4e91 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: #FFFFFF !important; } .emailBody a { @@ -340,7 +340,7 @@ -
+