diff options
Diffstat (limited to 'web/cobrands/bromley/layout.scss')
-rw-r--r-- | web/cobrands/bromley/layout.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss new file mode 100644 index 000000000..3dc34c6c7 --- /dev/null +++ b/web/cobrands/bromley/layout.scss @@ -0,0 +1,11 @@ +@import "_colours"; +@import "../fixmystreet/_layout"; + +body { + background: #fff; +} + +#front-main { + background: $primary; +} + |