From 325e37e8d29d328f314c429203d95ca2b4450c5a Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 5 Jan 2024 11:25:49 +0000 Subject: [PATCH] Bump font size 14 to 16 --- app/assets/stylesheets/component_guide/application.scss | 2 +- .../govuk_publishing_components/components/_button.scss | 2 +- .../components/_govspeak-html-publication.scss | 6 +++--- .../govuk_publishing_components/components/_govspeak.scss | 2 +- .../components/_layout-header.scss | 2 +- .../components/_option-select.scss | 2 +- .../components/govspeak/_attachment.scss | 6 +++--- .../components/govspeak/_fraction.scss | 2 +- .../components/govspeak/_images.scss | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/assets/stylesheets/component_guide/application.scss b/app/assets/stylesheets/component_guide/application.scss index 801306b031..82a5d112be 100644 --- a/app/assets/stylesheets/component_guide/application.scss +++ b/app/assets/stylesheets/component_guide/application.scss @@ -188,7 +188,7 @@ $gem-guide-border-width: 1px; } &::before { - @include govuk-font($size: 14); + @include govuk-font($size: 16); content: attr(data-content); position: absolute; top: 0; diff --git a/app/assets/stylesheets/govuk_publishing_components/components/_button.scss b/app/assets/stylesheets/govuk_publishing_components/components/_button.scss index 26d472a694..24ee96ef6d 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/_button.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/_button.scss @@ -104,7 +104,7 @@ @include govuk-media-query($media-type: print) { .gem-c-button { - @include govuk-font(14); + @include govuk-font(16); display: inline-block; padding: govuk-spacing(1); border: solid 1px govuk-colour("black"); diff --git a/app/assets/stylesheets/govuk_publishing_components/components/_govspeak-html-publication.scss b/app/assets/stylesheets/govuk_publishing_components/components/_govspeak-html-publication.scss index 41349d3b71..bbaaec649e 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/_govspeak-html-publication.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/_govspeak-html-publication.scss @@ -69,7 +69,7 @@ table.financial-data { .numeric { text-align: right; - @include govuk-font(14, $weight: regular, $tabular: true); + @include govuk-font(16, $weight: regular, $tabular: true); } // make all elements inside thead look the same @@ -82,10 +82,10 @@ thead th, thead td { - @include govuk-font(14, $weight: bold, $tabular: true); + @include govuk-font(16, $weight: bold, $tabular: true); &.numeric { - @include govuk-font(14, $weight: bold, $tabular: true); + @include govuk-font(16, $weight: bold, $tabular: true); } } diff --git a/app/assets/stylesheets/govuk_publishing_components/components/_govspeak.scss b/app/assets/stylesheets/govuk_publishing_components/components/_govspeak.scss index 753bf06877..b286c62491 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/_govspeak.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/_govspeak.scss @@ -86,7 +86,7 @@ .accessibility-warning { h2 { - @include govuk-font(14); + @include govuk-font(16); } .toggler { diff --git a/app/assets/stylesheets/govuk_publishing_components/components/_layout-header.scss b/app/assets/stylesheets/govuk_publishing_components/components/_layout-header.scss index aec0943ba3..066cfaf0b8 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/_layout-header.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/_layout-header.scss @@ -120,7 +120,7 @@ padding: 2px 5px 0; margin-left: 3px; vertical-align: middle; - @include govuk-font($size: 14, $weight: "bold"); + @include govuk-font($size: 16, $weight: "bold"); } .gem-c-environment-tag--production { diff --git a/app/assets/stylesheets/govuk_publishing_components/components/_option-select.scss b/app/assets/stylesheets/govuk_publishing_components/components/_option-select.scss index ccf473c433..4f48e71571 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/_option-select.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/_option-select.scss @@ -152,7 +152,7 @@ } .gem-c-option-select__selected-counter { - @include govuk-font($size: 14); + @include govuk-font($size: 16); color: $govuk-text-colour; margin-top: 3px; } diff --git a/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss b/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss index cf9eb6eaef..2836daea52 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss @@ -65,7 +65,7 @@ } .metadata { - @include govuk-font($size: 14); + @include govuk-font($size: 16); } .url { @@ -93,12 +93,12 @@ } .opendocument-help { - @include govuk-font($size: 14); + @include govuk-font($size: 16); } .accessibility-warning { h2 { - @include govuk-font($size: 14); + @include govuk-font($size: 16); margin: 0; } word-break: break-word; diff --git a/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_fraction.scss b/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_fraction.scss index 06f316531b..67f5734696 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_fraction.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_fraction.scss @@ -11,7 +11,7 @@ .fraction { sup, sub { - @include govuk-font($size: 14); + @include govuk-font($size: 16); } img { diff --git a/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_images.scss b/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_images.scss index 8a0885dfaa..e3deb21b0c 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_images.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_images.scss @@ -28,7 +28,7 @@ } figcaption { - @include govuk-font($size: 14); + @include govuk-font($size: 16); } } }