mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-03 08:51:39 -05:00
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:
@@ -46,8 +46,7 @@
|
||||
}
|
||||
|
||||
.beta-badge {
|
||||
@include phase-tag(beta);
|
||||
background: $govuk-blue;
|
||||
@include phase-tag();
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user