Skip to content

Commit

Permalink
Add logo and brand colour
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinJJones committed Jan 17, 2025
1 parent f4909b6 commit aa5ca6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
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 aa5ca6d

Please sign in to comment.