diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-12-26 19:57:39 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:39:48 +0200 |
commit | 50b398d606a0a06194e45d932432a70b7cc7a8e3 (patch) | |
tree | 57d9f00022afeb4a449623fc5189eae7cb0d1c65 /scss | |
parent | 48f2b49464158e02ba2eaf1b035fb27cf1c92600 (diff) | |
download | Ishtar-50b398d606a0a06194e45d932432a70b7cc7a8e3.tar.bz2 Ishtar-50b398d606a0a06194e45d932432a70b7cc7a8e3.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; |