aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/harrogate/layout.scss
diff options
context:
space:
mode:
authorHakim Cassimally <hakim@mysociety.org>2014-12-02 16:24:46 +0000
committerHakim Cassimally <hakim@mysociety.org>2015-01-08 12:27:19 +0000
commite636b5fc95b2c1ded84b9381c8656bb5b1f286b7 (patch)
tree7ebe3743015d413b65b7cd2af8d418e7ef738a57 /web/cobrands/harrogate/layout.scss
parentdc19200ce0f7c65cc5c3435ba9705b6a50e6bc82 (diff)
[Harrogate] basic cobrand
Diffstat (limited to 'web/cobrands/harrogate/layout.scss')
-rw-r--r--web/cobrands/harrogate/layout.scss25
1 files changed, 25 insertions, 0 deletions
diff --git a/web/cobrands/harrogate/layout.scss b/web/cobrands/harrogate/layout.scss
new file mode 100644
index 000000000..0e76bb111
--- /dev/null
+++ b/web/cobrands/harrogate/layout.scss
@@ -0,0 +1,25 @@
+@import "_colours";
+@import "../sass/layout";
+
+@media only screen and (min-width: 48em) {
+ body.frontpage #site-logo,
+ .ie6 body.frontpage #site-logo,
+ body.twothirdswidthpage #site-logo,
+ .ie6 body.twothirdswidthpage #site-logo
+ {
+ position: relative;
+ top: 5px;
+ margin: 0;
+ margin-left: 2.25em;
+ padding: 0;
+ background: url("/cobrands/harrogate/HBCLogo.png") 0 0 no-repeat;
+ width: 227px;
+ height: 122px;
+ }
+}
+
+#main-nav ul#main-menu li {
+ span {
+ color: $nav_fg;
+ }
+}