diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e93a50..ad3d7395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Moved TypeKit Supria Sans stylesheet to `govuk-prototype-kit.config.json` - Change many instances of Font Awesome icons to a fixed width - Adjusted the width of the hero caption - Removed margin and padding from all elements by default diff --git a/govuk-prototype-kit.config.json b/govuk-prototype-kit.config.json index f5e41b1f..8900c09c 100644 --- a/govuk-prototype-kit.config.json +++ b/govuk-prototype-kit.config.json @@ -9,8 +9,7 @@ "/nationalarchives/assets" ], "stylesheets": [ - "/nationalarchives/prototype-kit.css", - "https://use.typekit.net/hkj3kuz.css" + "/nationalarchives/prototype-kit.css" ], "templates": [ { diff --git a/src/nationalarchives/components/cookie-banner/fixtures.json b/src/nationalarchives/components/cookie-banner/fixtures.json index 1a164ea6..6691ea87 100644 --- a/src/nationalarchives/components/cookie-banner/fixtures.json +++ b/src/nationalarchives/components/cookie-banner/fixtures.json @@ -27,15 +27,6 @@ "html": "
", "hidden": false }, - { - "name": "add scripts on accept", - "options": { - "cookiesUrl": "/cookies", - "loadScriptsOnAccept": "my-usage-script.js" - }, - "html": " ", - "hidden": false - }, { "name": "with classes", "options": { diff --git a/src/nationalarchives/templates/layouts/_prototype-kit.njk b/src/nationalarchives/templates/layouts/_prototype-kit.njk index 710a752f..b3d430a8 100644 --- a/src/nationalarchives/templates/layouts/_prototype-kit.njk +++ b/src/nationalarchives/templates/layouts/_prototype-kit.njk @@ -4,6 +4,7 @@ {% block stylesheets %} {% include "govuk-prototype-kit/includes/stylesheets-plugins.njk" %} + {% endblock %} {% block bodyEnd %} diff --git a/src/nationalarchives/utilities/_tables.scss b/src/nationalarchives/utilities/_tables.scss index ee43ff70..863add3e 100644 --- a/src/nationalarchives/utilities/_tables.scss +++ b/src/nationalarchives/utilities/_tables.scss @@ -27,8 +27,7 @@ &__head { } - &__head &__header { - @include colour.colour-border("keyline-dark", 0.25rem, solid, bottom); + &__header { } &__body { @@ -37,6 +36,9 @@ &__row { } + &__cell { + } + &__header, &__cell { padding: 0.25rem 1rem; @@ -52,10 +54,8 @@ } } - &__header { - } - - &__cell { + &__head &__header { + @include colour.colour-border("keyline-dark", 0.25rem, solid, bottom); } p {