diff --git a/ds_judgements_public_ui/sass/includes/_announcement_banner.scss b/ds_judgements_public_ui/sass/includes/_announcement_banner.scss deleted file mode 100644 index 0123bae9c..000000000 --- a/ds_judgements_public_ui/sass/includes/_announcement_banner.scss +++ /dev/null @@ -1,64 +0,0 @@ -.announcement-banner { - background-color: $color__black; - color: $color__white; - padding: calc($spacer__unit); - - &__container { - } - - &__notice { - padding: 0.3em 0; - font-family: "Roboto", sans-serif; - font-size: 1.1rem; - text-align: center; - - @media (min-width: $grid__breakpoint-large) { - text-align: center; - font-size: 1.2rem; - } - - a { - background-color: $color__white; - padding: 0.5rem 1rem; - color: $color__black; - display: inline-block; - font-weight: bold; - text-decoration: none; - font-family: "Roboto", sans-serif; - - &:focus { - outline: 0.3rem solid $color__yellow; - background-color: $color__dark-blue; - color: $color__white; - } - - &:hover { - background-color: $color__dark-blue; - color: $color__white; - } - } - } - - &__phase { - background-color: $color__white; - color: $color__black; - text-transform: uppercase; - padding: 0 calc($spacer__unit / 4); - margin-right: $spacer__unit; - font-weight: 700; - } - - &__message { - margin: 0; - display: block; - line-height: 1.8rem; - font-size: 1.6rem; - padding: 1rem; - font-weight: bold; - } - &__sub-message { - display: block; - font-size: 1.1rem; - font-weight: normal; - } -} diff --git a/ds_judgements_public_ui/sass/main.scss b/ds_judgements_public_ui/sass/main.scss index be78906e0..f0d0d3583 100644 --- a/ds_judgements_public_ui/sass/main.scss +++ b/ds_judgements_public_ui/sass/main.scss @@ -29,4 +29,3 @@ @import "includes/homepage_browse"; @import "includes/what_to_expect"; @import "includes/js_enabled"; -@import "includes/announcement_banner"; diff --git a/ds_judgements_public_ui/templates/base.html b/ds_judgements_public_ui/templates/base.html index 043931575..f3676c7e0 100644 --- a/ds_judgements_public_ui/templates/base.html +++ b/ds_judgements_public_ui/templates/base.html @@ -35,7 +35,6 @@ {% include 'includes/cookie_consent/cookie_banner.html' %} {% translate "skiplink" %} {% include 'includes/gtm/gtm_body.html' %} - {% include 'includes/announcement_banner.html' %} {% include 'includes/phase_banner.html' %}
{% block content %} diff --git a/ds_judgements_public_ui/templates/layout_judgment_html.html b/ds_judgements_public_ui/templates/layout_judgment_html.html index 289923e08..ffa3e22d3 100644 --- a/ds_judgements_public_ui/templates/layout_judgment_html.html +++ b/ds_judgements_public_ui/templates/layout_judgment_html.html @@ -28,7 +28,6 @@ {% include 'includes/cookie_consent/cookie_banner.html' %} {% translate "skiplink" %} {% include 'includes/gtm/gtm_body.html' %} -{% include 'includes/announcement_banner.html' %} {% include 'includes/phase_banner.html' %}