From 0a1add6881a0e29ef99009715dd2e91dc9e384ac Mon Sep 17 00:00:00 2001 From: abhisheks Date: Wed, 20 Dec 2023 12:12:27 +0530 Subject: [PATCH] refactor: update reset password page styles --- assets/css/theme.css | 15 +++++++++++++++ templates/customer/password-email.tpl | 11 ++--------- templates/customer/password-infos.tpl | 3 +-- 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/assets/css/theme.css b/assets/css/theme.css index 2c42d0e..1fc5517 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1656,6 +1656,21 @@ select { color: rgb(255 255 255 / var(--tw-text-opacity)); } +.text-red-800 { + --tw-text-opacity: 1; + color: rgb(153 27 27 / var(--tw-text-opacity)); +} + +.text-red-700 { + --tw-text-opacity: 1; + color: rgb(185 28 28 / var(--tw-text-opacity)); +} + +.text-red-600 { + --tw-text-opacity: 1; + color: rgb(220 38 38 / var(--tw-text-opacity)); +} + .underline { text-decoration-line: underline; } diff --git a/templates/customer/password-email.tpl b/templates/customer/password-email.tpl index f1a6ef6..0556dc0 100644 --- a/templates/customer/password-email.tpl +++ b/templates/customer/password-email.tpl @@ -30,16 +30,9 @@ {block name='page_content'}
-