Skip to content

Commit

Permalink
Add legend-font-family to $form-fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Nov 23, 2023
1 parent 62477c4 commit c42d09c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/config/form/_fieldset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $form-fieldset: () !default;
$form-fieldset: map.merge(
(
'layout-gap': map.get($spacers, 's'),
'legend-font-family': null,
'legend-font-size': clamp(#{map.get($font-sizes, 'h5')}, 5vw, #{map.get($font-sizes, 'h4')}),
'legend-font-weight': 700,
),
Expand Down

0 comments on commit c42d09c

Please sign in to comment.