From 31a1166d63571beddace732b66f5398545b17954 Mon Sep 17 00:00:00 2001 From: Emma Beynon Date: Mon, 18 Sep 2017 16:55:13 +0100 Subject: [PATCH] Change phase to Beta GOV.UK Content API is now in beta! So we change the wording and colour of the phase banner to reflect this. --- config/tech-docs.yml | 2 +- source/stylesheets/modules/_phase-banner.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/tech-docs.yml b/config/tech-docs.yml index 998399a..6adf1e7 100644 --- a/config/tech-docs.yml +++ b/config/tech-docs.yml @@ -5,7 +5,7 @@ host: https://content-api.publishing.service.gov.uk show_govuk_logo: true service_name: Content API service_link: / -phase: Work In Progress +phase: Beta # Links to show on right-hand-side of header header_links: diff --git a/source/stylesheets/modules/_phase-banner.scss b/source/stylesheets/modules/_phase-banner.scss index 567d254..8bf7756 100644 --- a/source/stylesheets/modules/_phase-banner.scss +++ b/source/stylesheets/modules/_phase-banner.scss @@ -16,8 +16,8 @@ vertical-align: middle; @include screen { - // background: $beta-colour; - background: red; + background: $beta-colour; + // background: red; color: $white; } }