mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-01 03:50:26 -04:00
Merge pull request #1838 from alphagov/beta-banned
Remove beta badge from header
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
|
||||
@@ -33,9 +33,6 @@
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block inside_header %}
|
||||
<strong class='beta-badge'>Beta</strong>
|
||||
{% endblock %}
|
||||
{% block header_class %}with-proposition{% endblock %}
|
||||
{% block proposition_header %}
|
||||
<div class="header-proposition">
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
<h1 class="heading-large">Roadmap</h1>
|
||||
<p>The GOV.UK Notify roadmap shows the things we’re 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 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.</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 you’d like Notify to offer.</p>
|
||||
|
||||
<h2 class="heading-medium">Sending and receiving messages</h2>
|
||||
|
||||
Reference in New Issue
Block a user