Skip to content

Commit

Permalink
Feature/srl 694 fixes for demand letter (#817)
Browse files Browse the repository at this point in the history
* SRL-694--Fixes for demand letter

* Added font size for webform legend

* Added css for dropdown label

---------

Co-authored-by: Reshma Dhane <reshmaingavale@gmail.com>
  • Loading branch information
reshmai and Reshma Dhane committed Jul 13, 2023
1 parent 0a6c647 commit fbfbf3e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions source/_patterns/02-molecules/forms/_form-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
}

/* Css added only webform select box label */
.usa-legend.jcc-form-group__title {
@include u-font-size("heading", "md");
}
.webform-submission-form {
.jcc-dropdown__Label {
@include u-font-size("heading", "md");
}
.usa-legend.jcc-form-group__title {
@include u-font-size("heading", "md");
@include u-margin-bottom(0);
}
}

0 comments on commit fbfbf3e

Please sign in to comment.