Skip to content

Commit

Permalink
Merge pull request #1062 from alphagov/remove-old-banner-styles
Browse files Browse the repository at this point in the history
Remove old emergency banner "colour" styles
  • Loading branch information
leenagupte authored Jun 1, 2017
2 parents 897f59d + 01c4a69 commit b32cefd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/helpers/_govuk-emergency-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
margin-bottom: 5px;
}

&.notable-death, &.black {
&.notable-death {
background-color: $black;
}

&.national-emergency, &.red {
&.national-emergency {
background-color: $red;
}

&.local-emergency, &.green {
&.local-emergency {
background-color: $turquoise;
}
}

0 comments on commit b32cefd

Please sign in to comment.