Added marker add modal

This commit is contained in:
Alexis
2024-01-07 00:31:20 +01:00
parent 2878652158
commit da8bec44b0
8 changed files with 302 additions and 28 deletions

View File

@@ -3,6 +3,9 @@
@use 'reset';
@use 'leaflet';
@use 'forms';
@use 'buttons';
:root {
--white: #fff;
--black: #111;
@@ -44,4 +47,4 @@ a[href^='http']::after {
width: 1em;
height: 1em;
margin-left: .25em;
}
}