Skip to content

Commit

Permalink
style: required-label styles should match form field header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Apr 17, 2024
1 parent cb73665 commit 0d70994
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,8 @@ footer .footer-links li a.footer-link:visited {
padding-top: var(--form-input-gap);
}

.form-container .form-control-label {
.form-container .form-control-label,
.form-container .required-label {
font-size: var(--font-size-16px);
font-weight: var(--medium-font-weight);
line-height: var(--form-field-header-line-height);
Expand Down

0 comments on commit 0d70994

Please sign in to comment.