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 63ccbce commit a1dae14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@

## Unreleased

* Alter use of pseudo-underline mixin to allow for different button sizes ([#2501](https://github.com/alphagov/govuk_publishing_components/pull/2501))
* Alter use of pseudo-underline mixin to allow for different button sizes ([PR #2501](https://github.com/alphagov/govuk_publishing_components/pull/2501))
* Re-work explicit-cross-domain-links.js ([PR #2502](https://github.com/alphagov/govuk_publishing_components/pull/2502))
* Update govspeak table styles ([PR #2470](https://github.com/alphagov/govuk_publishing_components/pull/2470))
* Increase big number label size ([PR #2506](https://github.com/alphagov/govuk_publishing_components/pull/2506))

## 27.16.0

Expand Down
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 a1dae14

Please sign in to comment.