Remove override to make beta banner blue

Previously the beta bar was orange, which we didn’t want. So we wrote
some SASS to make it blue.

Now that GOV.UK Frontend Toolkit makes it blue, we can remove this SASS.

See https://github.com/alphagov/govuk_frontend_toolkit/pull/370
This commit is contained in:
Chris Hill-Scott
2016-12-19 10:24:54 +00:00
parent bb9fe35ab5
commit e62bd2a018

View File

@@ -46,8 +46,7 @@
}
.beta-badge {
@include phase-tag(beta);
background: $govuk-blue;
@include phase-tag();
margin: 10px 0 0 0;
}