diff options
-rw-r--r-- | web/cobrands/barnet/base.scss | 31 | ||||
-rw-r--r-- | web/cobrands/barnet/layout.scss | 9 |
2 files changed, 40 insertions, 0 deletions
diff --git a/web/cobrands/barnet/base.scss b/web/cobrands/barnet/base.scss index 44954d909..8598a7e14 100644 --- a/web/cobrands/barnet/base.scss +++ b/web/cobrands/barnet/base.scss @@ -4,3 +4,34 @@ @import "compass"; @import "../fixmystreet/_base"; + +#mast, +#breadcrumb, +#page-title, +#column_nav, +#footer, +#bottomBar +{ display: none } + +#site-header{ + @include background(none); + background-color: white; +} +#site-logo { + width: 235px; + background: url('/cobrands/barnet/img/barnet-logo.gif') -3px -3px no-repeat; +} +#nav-link { + right: 1em; +} + +.green-btn, +button.green-btn, +input.green-btn, +.red-btn, +button.red-btn, +input.red-btn{ + @include button-reset; + background: #5D6167; + color: white; +} diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index 1828fe8ac..749f3dfa5 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -1,6 +1,15 @@ @import "_colours"; @import "../fixmystreet/_layout"; +#mast, +#breadcrumb, +#page-title, +#column_nav, +#footer, +#bottomBar { + display: block; +} + // So that map appears underneath the header .wrapper { position: relative; |