diff options
author | Struan Donald <struan@exo.org.uk> | 2011-10-17 19:20:33 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-10-17 19:20:33 +0100 |
commit | c0e8290e1a1e846dc555d6b03d2fe8bb71057a2c (patch) | |
tree | 0d1066e8821a7f4f3ed92a97a474cb985e8db89e /web/cobrands/reading/css/mysoc.scss | |
parent | f058885277b593c2e866cf251177fe2d70207edb (diff) |
initial Reading borough council cobrand
Diffstat (limited to 'web/cobrands/reading/css/mysoc.scss')
-rw-r--r-- | web/cobrands/reading/css/mysoc.scss | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/web/cobrands/reading/css/mysoc.scss b/web/cobrands/reading/css/mysoc.scss new file mode 100644 index 000000000..f7951b571 --- /dev/null +++ b/web/cobrands/reading/css/mysoc.scss @@ -0,0 +1,34 @@ +$background: #ecf5fd; + + #navigation { + margin-top: 110px; + } + + #logo { + top: 12em; + } + + #header, #my { + background-color: $background; + } + + a { + color: #9C2161; + } + + body { + font-family: Helvetica, Arial, sans-serif; + font-size: 13.5px; + color: black; + } + +#mysociety { + #postcodeForm { + background-color: $background; + } + + #front_stats div { + background-color: $background; + } + +} |