From bf9f1c0f753ba271da5f9727052e21edebeb860a Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Fri, 20 Jul 2018 14:20:59 +0200 Subject: [PATCH] fix: add hasrequired notice for create account form and password forget form --- .../Magento_Customer/web/css/source/_module.less | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less index 832082aa6557a..c6a240fd55ea2 100644 --- a/app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less @@ -93,6 +93,21 @@ } } } + .fieldset.create.account { + .lib-form-hasrequired(bottom); + &:after { + margin-top: 35px; + } + } + } + + .form.password.forget { + .fieldset { + .lib-form-hasrequired(bottom); + &:after { + margin-top: 35px; + } + } } // Full name fieldset