Skip to content

Commit

Permalink
Remove override to make beta banner blue
Browse files Browse the repository at this point in the history
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 alphagov/govuk_frontend_toolkit#370
  • Loading branch information
quis committed Apr 10, 2017
1 parent bb9fe35 commit e62bd2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/assets/stylesheets/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
}

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

Expand Down

0 comments on commit e62bd2a

Please sign in to comment.