mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Adding beta phase banner
This commit is contained in:
@@ -19,4 +19,29 @@
|
|||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
line-height: 1.31579;
|
line-height: 1.31579;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.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;
|
||||||
}
|
}
|
||||||
@@ -7,5 +7,13 @@ GOV.UK notifications admin
|
|||||||
{% block cookie_message %}
|
{% block cookie_message %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block inside_header %}
|
||||||
|
<div class="phase-banner-beta">
|
||||||
|
|
||||||
|
<strong class="phase-tag">BETA</strong>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% set global_header_text = "GOV.UK Notify" %}
|
{% set global_header_text = "GOV.UK Notify" %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user