Skip to content

Commit fc56ff8

Browse files
pulled main and squashed commits (#60)
1 parent 1d941fa commit fc56ff8

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@use "uswds-core" as *;
2+
3+
.usa-hint {
4+
ul,
5+
ol {
6+
margin-bottom: units(2);
7+
}
8+
}
9+
.usa-legend--large {
10+
@include u-measure(5);
11+
padding-top: units(2);
12+
margin-top: 0;
13+
margin-bottom: units(1);
14+
font-size: font-size($theme-form-font-family, "lg");
15+
font-weight: font-weight("bold");
16+
}
17+
.usa-form--large {
18+
@include u-measure(5);
19+
}

Diff for: template/{{app_name}}/app/assets/stylesheets/application.scss

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
h1,
1010
h2,
1111
h3,
12-
h4 {
12+
h4,
13+
label,
14+
legend {
1315
text-wrap: balance;
1416
}
1517

@@ -19,8 +21,7 @@ h4 {
1921

2022
p,
2123
li,
22-
label,
23-
legend {
24+
.usa-hint {
2425
text-wrap: pretty;
2526
}
2627

0 commit comments

Comments
 (0)