diff options
Diffstat (limited to 'web/cobrands/eastsussex/base.scss')
-rw-r--r-- | web/cobrands/eastsussex/base.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/cobrands/eastsussex/base.scss b/web/cobrands/eastsussex/base.scss index 7e9c57b06..5a6b5295f 100644 --- a/web/cobrands/eastsussex/base.scss +++ b/web/cobrands/eastsussex/base.scss @@ -69,6 +69,17 @@ h1.main { height: 48px; } +#report-cta { + top: 24px; // height of header + margin-top: -0.7em; + font-size: 1em; + border-color: mix(#fff, $primary, 20%); + + &:hover, &:focus { + background-color: mix(#fff, $primary, 10%); + } +} + #breadcrumb_breadcrumbTrail ol li { list-style: none; } |