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'}
-
-
- -