From f6aed4fa06b84f67e5593e6c02829516abd3cdcf Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 1 Feb 2016 11:55:02 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=98BETA=E2=80=99=20label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- app/assets/stylesheets/app.scss | 23 ----------------------- app/templates/admin_template.html | 3 --- 2 files changed, 26 deletions(-) diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index 0a0528649..451ce274e 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -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; diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 4c0123923..629e79ba3 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -29,9 +29,6 @@ {% block proposition_header %}
-
- BETA -
{% if current_user.is_authenticated() %} Menu