aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
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;
}