From 0d44432e6ddc214b7d4cf6bca1c6be5b2fd8bcef Mon Sep 17 00:00:00 2001 From: abhisheks Date: Wed, 20 Dec 2023 12:03:03 +0530 Subject: [PATCH] refactor: design forgot password page --- assets/css/theme.css | 5 +++++ templates/customer/password-email.tpl | 27 +++++++++++---------------- templates/customer/password-infos.tpl | 17 +++++------------ 3 files changed, 21 insertions(+), 28 deletions(-) diff --git a/assets/css/theme.css b/assets/css/theme.css index 274f908..2c42d0e 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1968,6 +1968,11 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { left: 50%; } + .md\:mx-auto { + margin-left: auto; + margin-right: auto; + } + .md\:mb-4 { margin-bottom: 1rem; } diff --git a/templates/customer/password-email.tpl b/templates/customer/password-email.tpl index dcfbc60..f1a6ef6 100644 --- a/templates/customer/password-email.tpl +++ b/templates/customer/password-email.tpl @@ -25,11 +25,10 @@ {extends file='page.tpl'} {block name='page_title'} - {l s='Forgot your password?' d='Shop.Theme.Customeraccount'} {/block} {block name='page_content'} -
+
- + {l s='Please enter the registerd email address to recieve a link to reset your password.' d='Shop.Theme.Customeraccount'}
-
-
- -