Skip to content

Commit

Permalink
use uppercase font for form control label helper text
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbasuil committed Nov 17, 2023
1 parent dce3b73 commit bd0a39b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scss/forms/form_control_label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@
}

&__label {
align-items: flex-start;
align-items: center;
display: flex;
flex-direction: row;
}

&__helper-text {
@include synth-font-type-30--medium;
font-weight: 100;
@include synth-font-type-10--uppercase;
}

&__control {
Expand Down

0 comments on commit bd0a39b

Please sign in to comment.