Skip to content

Commit

Permalink
Merge pull request #4565 from alphagov/updates
Browse files Browse the repository at this point in the history
Update organisation stylesheet
  • Loading branch information
MartinJJones authored Jan 17, 2025
2 parents f4909b6 + 13b0af8 commit a2d2a7a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Correctly translate 'Published' word to Arabic ([PR #4563](https://github.com/alphagov/govuk_publishing_components/pull/4563))
* Style breadcrumbs in RTL (right-to-left) writing mode ([PR #4559](https://github.com/alphagov/govuk_publishing_components/pull/4559))
* Improve metadata component to support RTL print styles ([PR #4365](https://github.com/alphagov/govuk_publishing_components/pull/4365))
* Update organisation stylesheet ([PR #4565](https://github.com/alphagov/govuk_publishing_components/pull/4565))

## 49.0.0

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit a2d2a7a

Please sign in to comment.