diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-08-14 11:12:44 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-08-14 11:12:44 +0100 |
commit | 51772b463d007bf92d775536e94eaf42c7490995 (patch) | |
tree | 78ecc432b5af29094aaf0b43378ad00033a2c3f5 /web/cobrands/sass/_base.scss | |
parent | 94fd60a02ae7c57993c893ca13c7419002b11cf9 (diff) | |
parent | 71e3de0f305449182d63319bcc1b3a86b857d62b (diff) |
Merge branch 'inspector-change-asset'
Diffstat (limited to 'web/cobrands/sass/_base.scss')
-rw-r--r-- | web/cobrands/sass/_base.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index dbd357646..2992f3f65 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1972,6 +1972,15 @@ html.js #map .noscript { } } +#change_asset_mobile { + position: absolute; + bottom: 3em; + #{$left}: 0.25em; + padding: 0.25em; + color: #fff; + background-color: black; +} + .olControlAttribution { bottom: 3.25em !important; #{$right}: 0.25em !important; |