Skip to content

Commit

Permalink
Rename colour variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Mar 23, 2020
1 parent 635f343 commit 634b79b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@
// used on the coronavirus page
// note that PHE already has a different brand colour, the brand
// department-for-health is used on the PHE org page
$covid-green: #7eff8e;
$gem-c-covid-green: #7eff8e;

.brand--public-health-england {
&.brand__border-color,
.brand__border-color {
border-color: $covid-green;
border-color: $gem-c-covid-green;
}
}

0 comments on commit 634b79b

Please sign in to comment.