Merge pull request #1838 from alphagov/beta-banned

Remove beta badge from header
This commit is contained in:
Chris Hill-Scott
2018-02-26 10:02:53 +00:00
committed by GitHub
4 changed files with 1 additions and 17 deletions
-11
View File
@@ -45,12 +45,6 @@
} }
.beta-badge {
@include phase-tag();
margin: 10px 0 0 0;
}
@include media(desktop) { @include media(desktop) {
#proposition-menu { #proposition-menu {
float: right; float: right;
@@ -172,11 +166,6 @@ details summary {
} }
.phase-banner-beta {
border: 0;
margin-bottom: -$gutter + 2px;
}
.body-copy-table { .body-copy-table {
table { table {
-2
View File
@@ -13,7 +13,6 @@ $path: '/static/images/';
@import 'helpers'; @import 'helpers';
@import 'url-helpers'; @import 'url-helpers';
@import 'design-patterns/buttons'; @import 'design-patterns/buttons';
@import 'design-patterns/alpha-beta';
// Dependencies from GOV.UK Elements // Dependencies from GOV.UK Elements
// https://github.com/alphagov/govuk_elements // https://github.com/alphagov/govuk_elements
@@ -28,7 +27,6 @@ $path: '/static/images/';
@import 'elements/layout'; @import 'elements/layout';
@import 'elements/lists'; @import 'elements/lists';
@import 'elements/panels'; @import 'elements/panels';
@import 'elements/phase-banner';
@import 'elements/tables'; @import 'elements/tables';
-3
View File
@@ -33,9 +33,6 @@
</p> </p>
{% endblock %} {% endblock %}
{% block inside_header %}
<strong class='beta-badge'>Beta</strong>
{% endblock %}
{% block header_class %}with-proposition{% endblock %} {% block header_class %}with-proposition{% endblock %}
{% block proposition_header %} {% block proposition_header %}
<div class="header-proposition"> <div class="header-proposition">
+1 -1
View File
@@ -16,7 +16,7 @@
<h1 class="heading-large">Roadmap</h1> <h1 class="heading-large">Roadmap</h1>
<p>The GOV.UK Notify roadmap shows the things were working on and when we hope to have them ready for you to use.</p> <p>The GOV.UK Notify roadmap shows the things were working on and when we hope to have them ready for you to use.</p>
<p class="panel panel-border-wide">This roadmap is a only a guide and things might change.</p> <p>Notify is in public beta. This means its fully operational and supported, but were regularly adding new features. The roadmap is a guide to what we have planned, but some things might change.</p>
<p>You can <a href="{{url_for('.feedback', ticket_type='ask-question-give-feedback')}}">contact us</a> for more detail about these features, or to suggest something else youd like Notify to offer.</p> <p>You can <a href="{{url_for('.feedback', ticket_type='ask-question-give-feedback')}}">contact us</a> for more detail about these features, or to suggest something else youd like Notify to offer.</p>
<h2 class="heading-medium">Sending and receiving messages</h2> <h2 class="heading-medium">Sending and receiving messages</h2>