diff --git a/app/assets/images/govuk_publishing_components/crests/gds_crest_18px_x2.png b/app/assets/images/govuk_publishing_components/crests/gds_crest_18px_x2.png new file mode 100644 index 0000000000..0cf85a0501 Binary files /dev/null and b/app/assets/images/govuk_publishing_components/crests/gds_crest_18px_x2.png differ diff --git a/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss b/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss index 0d3822ce79..ea21128c21 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss @@ -119,6 +119,10 @@ @include crest($crest: "bis_crest", $xpos: 9px); } +.gem-c-organisation-logo__crest--gds { + @include crest($crest: "gds_crest", $xpos: 8px); +} + .gem-c-organisation-logo__crest--hmrc { @include crest($crest: "hmrc_crest", $xpos: 8px); } 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 ccad261363..e89c8c30e7 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 @@ -58,9 +58,18 @@ } } +// Temp colour overrides + .brand--department-for-science-innovation-and-technology { &.brand__border-color, .brand__border-color { border-color: govuk-organisation-colour("department-for-science-innovation-technology", $contrast-safe: false); } } + +.brand--government-digital-service { + &.brand__border-color, + .brand__border-color { + border-color: #16eeee; + } +}