Skip to content

Commit a3650d1

Browse files
author
Stanislav Idolov
authored
ENGCOM-2490: [Forwardport] fix: add hasrequired notice for create account form and password forg… #17060
2 parents 9836b25 + 67c5306 commit a3650d1

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)