Skip to content

Commit ce7005c

Browse files
ENGCOM-2443: fix: add hasrequired notice for create account form and password forg… #16965
- Merge Pull Request #16965 from DanielRuf/magento2:fix/create-account-password-forget-add-output-hasrequired-notice - Merged commits: 1. 3e88d92
2 parents 075de96 + 3e88d92 commit ce7005c

File tree

1 file changed

+15
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Customer/web/css/source

1 file changed

+15
-0
lines changed

app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@
9393
}
9494
}
9595
}
96+
.fieldset.create.account {
97+
.lib-form-hasrequired(bottom);
98+
&:after {
99+
margin-top: 35px;
100+
}
101+
}
102+
}
103+
104+
.form.password.forget {
105+
.fieldset {
106+
.lib-form-hasrequired(bottom);
107+
&:after {
108+
margin-top: 35px;
109+
}
110+
}
96111
}
97112

98113
// Full name fieldset

0 commit comments

Comments
 (0)