diff options
Diffstat (limited to 'web/cobrands/sass/_dashboard.scss')
-rw-r--r-- | web/cobrands/sass/_dashboard.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/cobrands/sass/_dashboard.scss b/web/cobrands/sass/_dashboard.scss index e9f473243..fe35df8e3 100644 --- a/web/cobrands/sass/_dashboard.scss +++ b/web/cobrands/sass/_dashboard.scss @@ -176,8 +176,9 @@ width: 16px; height: 16px; background-repeat: no-repeat; - @include svg-background-image('/cobrands/fixmystreet/images/crosshairs'); - background-size: 16px 16px; + background-size: 112px 16px; + @include svg-background-image('/cobrands/fixmystreet/images/button-icons'); + background-position: -96px 0; margin-#{$right}: 0.5em; vertical-align: -0.1em; } |