diff --git a/frappe/templates/pages/integrations/payment-failed.html b/frappe/templates/pages/integrations/payment-failed.html index 570785f33b..8f416b563a 100644 --- a/frappe/templates/pages/integrations/payment-failed.html +++ b/frappe/templates/pages/integrations/payment-failed.html @@ -16,6 +16,7 @@ .hero-and-content { background-color: #f5f7fa; } +{% include "templates/styles/card_style.css" %} {% endblock %} diff --git a/frappe/templates/pages/integrations/payment-success.html b/frappe/templates/pages/integrations/payment-success.html index 8d87645f70..a1b5092677 100644 --- a/frappe/templates/pages/integrations/payment-success.html +++ b/frappe/templates/pages/integrations/payment-success.html @@ -13,9 +13,6 @@ {{ _("Continue") }} {% endblock %} diff --git a/frappe/www/404.html b/frappe/www/404.html index a57bc8ebb8..47685c45d0 100644 --- a/frappe/www/404.html +++ b/frappe/www/404.html @@ -13,6 +13,7 @@ header, footer { html, body { background-color: #f5f7fa; } +{% include "templates/styles/card_style.css" %}
diff --git a/frappe/www/feedback.html b/frappe/www/feedback.html index 7e48964859..c780e2c943 100644 --- a/frappe/www/feedback.html +++ b/frappe/www/feedback.html @@ -124,4 +124,8 @@ feedback.init(); }) + + {% endblock %} diff --git a/frappe/www/update-password.html b/frappe/www/update-password.html index a0c569731b..7e1a0de7fb 100644 --- a/frappe/www/update-password.html +++ b/frappe/www/update-password.html @@ -202,4 +202,5 @@ frappe.ready(function() { margin-top: -10px; } +{% include "templates/styles/card_style.css" %} {% endblock %}