From 751e3b8d4ec26f29273f52d97e72402d11c62112 Mon Sep 17 00:00:00 2001 From: Dave Arter Date: Mon, 4 May 2020 16:08:42 +0100 Subject: [Peterborough] Add COVID-19 banner For https://github.com/mysociety/fixmystreet-commercial/issues/1880 --- templates/web/peterborough/front/pre-steps.html | 8 ++++++++ web/cobrands/peterborough/base.scss | 13 ++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 templates/web/peterborough/front/pre-steps.html diff --git a/templates/web/peterborough/front/pre-steps.html b/templates/web/peterborough/front/pre-steps.html new file mode 100644 index 000000000..5973c83d2 --- /dev/null +++ b/templates/web/peterborough/front/pre-steps.html @@ -0,0 +1,8 @@ +

+ Please note: + during the Coronavirus (COVID-19) pandemic it will not be possible for us to + action or respond to all reports within regular time-frames. While we are + working hard to ensure key services are maintained and focusing on high + priority issues, you can + find advice and information on our services online. +

diff --git a/web/cobrands/peterborough/base.scss b/web/cobrands/peterborough/base.scss index 58b31c66b..67e199cca 100644 --- a/web/cobrands/peterborough/base.scss +++ b/web/cobrands/peterborough/base.scss @@ -134,4 +134,15 @@ a, margin: 0 0.5em; font-size: 1.1em; } -} \ No newline at end of file +} + +.covid-banner { + background-color: #AF5412; + color: white; + padding: 2em; + font-size: 1.2em; + a { + text-decoration: underline; + color: white; + } +} -- cgit v1.2.3