diff options
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; + } + +} |