Skip to content

Commit

Permalink
Feature/srl 694 fixes for demand letter2 (#823)
Browse files Browse the repository at this point in the history
* Css updated for dropdown label in webform

* Alignment css for button

* All labels font size changed

* Courtyard css change for demand letter label

---------

Co-authored-by: Reshma Dhane <reshmaingavale@gmail.com>
  • Loading branch information
reshmai and Reshma Dhane committed Jul 21, 2023
1 parent 9ae4289 commit 8f6033b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion source/_patterns/02-molecules/forms/_form-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,16 @@
font-style: normal;
}

.usa-legend.jcc-form-group__title {
.usa-legend.jcc-form-group__title,
.usa-legend.jcc-form-group__title span {
@include u-font-size("heading", "md");
@include u-font-family(sans);
}

.close-btn {
@include u-text-align("right");
@include u-float("right");
@include u-margin-top(2);
}

.close-btn {
Expand Down

0 comments on commit 8f6033b

Please sign in to comment.