aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-04-04 13:06:37 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-04-04 13:06:39 +0100
commit959d4f0daf726f919b67a5aa6cc54c5d1c3872c1 (patch)
treeffada43a08e30c26bbb282f115eca375e41846e0 /web
parent40e88138343f7add390f54ab04d59a3a2042dffd (diff)
[Oxfordshire] Include urgent problem message above form on mobile.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/oxfordshire/base.scss10
-rw-r--r--web/cobrands/oxfordshire/layout.scss10
2 files changed, 10 insertions, 10 deletions
diff --git a/web/cobrands/oxfordshire/base.scss b/web/cobrands/oxfordshire/base.scss
index f3e1c9bbe..bd990bfd1 100644
--- a/web/cobrands/oxfordshire/base.scss
+++ b/web/cobrands/oxfordshire/base.scss
@@ -81,6 +81,16 @@ dd, p {
background-color: mix(#fff, $primary, 85%);
}
+.extra-text {
+ padding: 1em;
+ margin: 0 -1em;
+ border-bottom: 1px solid $oxfordshire_mid_grey_green;
+
+ p:last-child {
+ margin-bottom: 0;
+ }
+}
+
@media print {
body {
background-color: #fff !important;
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss
index ff5a2c009..92adcc78e 100644
--- a/web/cobrands/oxfordshire/layout.scss
+++ b/web/cobrands/oxfordshire/layout.scss
@@ -118,16 +118,6 @@ body.mappage {
padding-right: 0;
}
- .extra-text {
- padding: 1em;
- margin: 0 -1em;
- border-bottom: 1px solid $oxfordshire_mid_grey_green;
-
- p:last-child {
- margin-bottom: 0;
- }
- }
-
.full-width {
width: auto;
}