From 797b588f91134dfb5f3f43349f4e7badbf732de4 Mon Sep 17 00:00:00 2001 From: AshGDS <8880610+AshGDS@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:49:46 +0100 Subject: [PATCH] Map old DSIT name to new one govuk-frontend removed the 'and' from their class. We will need to use this temporary mapping class, then change the name in Whitehall, and then remove this class. --- .../components/helpers/_brand-colours.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss b/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss index 75edce9a12..5a8940037f 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss @@ -56,11 +56,9 @@ } } -// new colour for DSIT for use until govuk-frontend#3523 has been released - .brand--department-for-science-innovation-and-technology { &.brand__border-color, .brand__border-color { - border-color: #045f71; + border-color: govuk-organisation-colour("department-for-science-innovation-technology", $contrast-safe: false); } }