diff --git a/toolkit/scss/_phase-banner.scss b/toolkit/scss/_phase-banner.scss index 5b5e2596..9244953f 100644 --- a/toolkit/scss/_phase-banner.scss +++ b/toolkit/scss/_phase-banner.scss @@ -3,12 +3,9 @@ .phase-banner { @extend %site-width-container; + @include phase-banner() } -.phase-banner-beta { - @include phase-banner(beta); -} - -.phase-banner-alpha { - @include phase-banner(alpha); +.phase-tag { + @include phase-tag() } diff --git a/toolkit/templates/phase-banner.html b/toolkit/templates/phase-banner.html index c1ac4224..6f6cfaed 100644 --- a/toolkit/templates/phase-banner.html +++ b/toolkit/templates/phase-banner.html @@ -1,5 +1,5 @@ {% set phase = "alpha" if alpha else "beta" %} -
+

{{ phase|upper }} This is a{% if phase[0] in "aeiouy" %}n{% endif %} {% if phase == "beta" %}{{ phase }} service{% else %}{{ phase }} service{% endif %} – please send your feedback to enquiries@digitalmarketplace.service.gov.uk