Skip to content

Commit

Permalink
Increase big number label size
Browse files Browse the repository at this point in the history
  • Loading branch information
owenatgov committed Dec 9, 2021
1 parent 4fd3a7d commit 1b0e5df
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@
}

.gem-c-big-number__label {
font-size: 16px;
@include govuk-typography-weight-bold;

@if $govuk-typography-use-rem {
font-size: govuk-px-to-rem(16px);
}
@include govuk-font($size: 19, $weight: bold);

// This pseudo element is to bypass an issue with NVDA where block level elements are dictated separately.
// What's happening here is that the label and the number technically have an inline relationship but appear to have a block relationship thanks to this element
Expand Down

0 comments on commit 1b0e5df

Please sign in to comment.