aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/peterborough/front/pre-steps.html8
-rw-r--r--web/cobrands/peterborough/base.scss13
2 files changed, 20 insertions, 1 deletions
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 @@
+<p class="covid-banner">
+ <strong>Please note:</strong>
+ 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
+ <a href="https://www.peterborough.gov.uk/healthcare/public-health/coronavirus/coronavirus-covid-19-overview">find advice and information on our services online</a>.
+</p>
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;
+ }
+}