From 50b398d606a0a06194e45d932432a70b7cc7a8e3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 26 Dec 2023 19:57:39 +0100 Subject: ✨ geo form: add coordinates display - get coordinates from geolocalisation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'scss/custom.scss') 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; -- cgit v1.2.3