diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2017-11-13 15:41:26 +0000 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2017-11-15 17:00:44 +0000 |
commit | 44c97f31635cda9cdd0ce2d37d186bd5af487e0c (patch) | |
tree | ff5420acc216cd57d7dd72bca279baa4165533b2 /web/cobrands/sass/_dashboard.scss | |
parent | ad7bb46671c19342f7757e9a4b66909b62b8f500 (diff) |
Collect button icons into a single sprite
Replace `.button-fwd` and `.button-back` with `button--*` classes to
match the existing button styles. And combine the various button icons
into a single sprite file.
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; } |