diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index fcc5f8e30..3d3200375 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -45,12 +45,6 @@ } -.beta-badge { - @include phase-tag(); - margin: 10px 0 0 0; -} - - @include media(desktop) { #proposition-menu { float: right; @@ -172,11 +166,6 @@ details summary { } -.phase-banner-beta { - border: 0; - margin-bottom: -$gutter + 2px; -} - .body-copy-table { table { diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index d4a2315df..0d98f83f0 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -13,7 +13,6 @@ $path: '/static/images/'; @import 'helpers'; @import 'url-helpers'; @import 'design-patterns/buttons'; -@import 'design-patterns/alpha-beta'; // Dependencies from GOV.UK Elements // https://github.com/alphagov/govuk_elements @@ -28,7 +27,6 @@ $path: '/static/images/'; @import 'elements/layout'; @import 'elements/lists'; @import 'elements/panels'; -@import 'elements/phase-banner'; @import 'elements/tables'; diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index c6146930f..35319907d 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -33,9 +33,6 @@
{% endblock %} -{% block inside_header %} - Beta -{% endblock %} {% block header_class %}with-proposition{% endblock %} {% block proposition_header %}The GOV.UK Notify roadmap shows the things we’re working on and when we hope to have them ready for you to use.
-This roadmap is a only a guide and things might change.
+Notify is in public beta. This means it’s fully operational and supported, but we’re regularly adding new features. The roadmap is a guide to what we have planned, but some things might change.
You can contact us for more detail about these features, or to suggest something else you’d like Notify to offer.