Skip to content

Commit

Permalink
💄 [#1924] H2 for fieldset legend
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Oct 17, 2022
1 parent 5537150 commit fd5fc54
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '~microscope-sass/lib/typography';

@import '../../../ui/static/ui/scss/settings';
@import '../../vars';

Expand All @@ -14,6 +16,10 @@
$color-tooltip-background 20px
);

legend {
@include h2(auto);
}

label {
color: $color_dark;
}
Expand Down

0 comments on commit fd5fc54

Please sign in to comment.