diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 39 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 20 |
2 files changed, 1 insertions, 58 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index 6e6cbd7b9..485f0ffc2 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -85,45 +85,6 @@ } } -#homepage-ab-test { - display: none; // header_extra.html will override this if Analytics tells it to - - a { - display: inline-block; - cursor: pointer; - } - - #cta-report { - padding: 0.4em 1em; - margin-top: 0.5em; - font-size: 1.5em; - font-weight: bold; - color: #333; - background-color: #ffd000; - border-radius: 0.3em; - box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2); - background-image: linear-gradient(rgba(255,255,255,0.3), transparent); - text-shadow: 0 1px 0 rgba(255,255,255,0.6); - border: 2px solid #BB9900; - text-decoration: none; - - &:hover, - &:focus { - background-color: #FFDB3E; - } - - &:active { - position: relative; - top: 1px; - box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3); - } - } - - #cta-view { - margin: 0.5em 0 1em 0; - } -} - .unresponsive-council-warning { margin: 1em -1em; padding: 2em 2em; diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 1d56e675c..c6f7c7df4 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -284,24 +284,6 @@ body.alertindex { } } -#homepage-ab-test { - #cta-report { - font-size: 2em; - } - - #cta-view { - line-height: 1.2em; - font-size: 1.2em; - color: #333; - border-bottom: 1px solid #917F00; - text-decoration: none; - - &:hover, &:focus { - border-bottom-color: #BD942A; - } - } -} - body.unresponsive-council { .container .content { padding: 0; @@ -351,4 +333,4 @@ body.unresponsive-council { background-image: url(images/unresponsive-council-cta-arrow@2.png); background-size: 60px; } -}
\ No newline at end of file +} |