aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-01-23 10:50:07 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-01-23 10:50:07 +0000
commit4aa74d4dc2208a4465d9e25921c4bfa3ec14c24a (patch)
tree1a7038f56ac59090d32c9c02a0d653d3aa5ef32e
parent60075da75ccd419026f8ac962bd2908871904818 (diff)
Top banner should be in all stylesheets.
A top banner (for e.g. offline, or just custom display) could be used by any cobrand, so remove the need to add an extra line of CSS.
-rw-r--r--web/cobrands/borsetshire/base.scss1
-rw-r--r--web/cobrands/fixmystreet.com/base.scss1
-rw-r--r--web/cobrands/oxfordshire/base.scss1
-rw-r--r--web/cobrands/sass/_base.scss1
4 files changed, 1 insertions, 3 deletions
diff --git a/web/cobrands/borsetshire/base.scss b/web/cobrands/borsetshire/base.scss
index ec43af97a..a92d54427 100644
--- a/web/cobrands/borsetshire/base.scss
+++ b/web/cobrands/borsetshire/base.scss
@@ -3,7 +3,6 @@
@import "../sass/mixins";
@import "../sass/base";
-@import "../sass/top-banner";
#site-logo {
background-position: 0 0;
diff --git a/web/cobrands/fixmystreet.com/base.scss b/web/cobrands/fixmystreet.com/base.scss
index 029749ec1..0cc23c539 100644
--- a/web/cobrands/fixmystreet.com/base.scss
+++ b/web/cobrands/fixmystreet.com/base.scss
@@ -9,7 +9,6 @@
@import "../sass/h5bp";
@import "_colours";
@import "../sass/base";
-@import "../sass/top-banner";
// Don't need these styles from core any more,
// as we do funky stuff with the FMS.com logo.
diff --git a/web/cobrands/oxfordshire/base.scss b/web/cobrands/oxfordshire/base.scss
index 55bd2f436..85fe0fbdf 100644
--- a/web/cobrands/oxfordshire/base.scss
+++ b/web/cobrands/oxfordshire/base.scss
@@ -3,7 +3,6 @@
@import "../sass/mixins";
@import "../sass/base";
-@import "../sass/top-banner";
@import "../sass/report_list_pins";
#site-logo {
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 109a67d64..41075907f 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -2389,3 +2389,4 @@ a#geolocate_link.loading, .btn--geolocate.loading {
@import "_multiselect";
@import "_autocomplete";
@import "_dashboard";
+@import "_top-banner";