diff options
-rw-r--r-- | web/cobrands/sass/_base.scss | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 4627b98c8..85b42729b 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1572,11 +1572,20 @@ html.js #map .noscript { display: block; #{$right}: 1em; bottom: 0; - height: 20px; - padding-top: 30px; width: 4em; - background: #fff url($image-sprite) 12px -4140px no-repeat; + background: #fff; color: #000; + + &:before { + content: ""; + display: block; + width: 16px; + height: 16px; + margin: 0 auto 2px auto; + background-size: 112px 16px; + @include svg-background-image('/cobrands/fixmystreet/images/report-tools'); + background-position: -32px 0; + } } } } |