diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-12-26 19:57:39 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-05 10:55:37 +0100 |
commit | 428a03fd62924b1194ce66bf39c6746f27cb2812 (patch) | |
tree | af8acb05e1a1d6b178eee88d1bc17d744d2d7b1f /scss | |
parent | 3286c8f443ee164ccebaf7b833854a8a991fd39a (diff) | |
download | Ishtar-428a03fd62924b1194ce66bf39c6746f27cb2812.tar.bz2 Ishtar-428a03fd62924b1194ce66bf39c6746f27cb2812.zip |
✨ geo form: add coordinates display - get coordinates from geolocalisation
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 749d2becf..b4566d4a4 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -1140,6 +1140,29 @@ ul.simple, top: 2.8em; } +.ol-mouse-position { + right: 38px !important; + background-color: white; + padding: 0.1em 0.2em; + border-radius: 0.2em; +} + +.form .track-position button { + background-color: #28a745; + border-color: #28a745; + padding: 1em; + .fa { + font-size: 1.8em; + margin: -.5em; + padding: 0; + } +} + +.form .track-position button:hover { + background-color: #218838; + border-color: #1e7e34; +} + .track-position{ left: .5em; top: 5em; |