diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-29 11:23:08 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-29 11:23:08 +0100 |
commit | 0c2774150491a01f75f54caaaffe4126d46cb86c (patch) | |
tree | f2f52c1dcbb60f277d17867f644fdbdafd1f2b6e | |
parent | 28f327e7d55c92f134dcc2b8754376919bf10b66 (diff) |
Fix typo in sub-map-link-icon definition.
-rw-r--r-- | web/cobrands/sass/_base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index b6a20517c..f38cc8434 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1450,7 +1450,7 @@ html.js #map .noscript { display: inline-block; width: 12px; height: 12px; - margin-#{left}: 8px; + margin-#{$left}: 8px; vertical-align: -0.1em; background-size: 96px 12px; @include svg-background-image('/cobrands/fixmystreet/images/map-tools'); |