Remove ‘BETA’ label

There’s an argument to be made that the beta label should only apply to
the public-facing parts of services/platforms.

Removing it from here means that we don’t need to deal with the hassle of how it
fits into the navigation. If we have to bring it back then we could follow the
banner example here instead:

http://govuk-elements.herokuapp.com/alpha-beta-banners/#beta-banner
This commit is contained in:
Chris Hill-Scott
2016-02-01 11:55:02 +00:00
parent e97f69e801
commit f6aed4fa06
2 changed files with 0 additions and 26 deletions

View File

@@ -21,29 +21,6 @@
}
}
.phase-banner-beta {
display: inline-block;
}
.phase-tag {
@include phase-tag(beta);
}
@media (min-width: 641px) {
.phase-tag {
font-size: 16px;
line-height: 1.25;
margin-top: 7px;
}
}
@media (max-width: 641px) {
.phase-tag {
margin-top: 11px;
}
}
#global-header #logo {
white-space: nowrap;
font-size: 27px;

View File

@@ -29,9 +29,6 @@
{% block proposition_header %}
<div class="header-proposition">
<div class="content">
<div class="phase-banner-beta">
<strong class="phase-tag">BETA</strong>
</div>
{% if current_user.is_authenticated() %}
<a href="#proposition-links" class="js-header-toggle menu">Menu</a>
<nav id="proposition-menu">