Skip to content

Commit

Permalink
ENGCOM-2490: [Forwardport] fix: add hasrequired notice for create acc…
Browse files Browse the repository at this point in the history
…ount form and password forg… #17060
  • Loading branch information
Stanislav Idolov authored Jul 24, 2018
2 parents 9836b25 + 67c5306 commit a3650d1
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3650d1

Please sign in to comment.