summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2021-10-28 18:30:19 +0000
committerYaco <franco@reevo.org>2021-10-28 18:30:19 +0000
commit6b68f2f6dc260bc3fbdbb36ed12769bf1e21cae0 (patch)
treef3afd3afd299e61fdf5e058b5fb66e6079407127
parentf7f698ccf12ad6b2b3a45ee3667a417561fd8051 (diff)
adds inset shadow for maps
-rw-r--r--style.less11
1 files changed, 11 insertions, 0 deletions
diff --git a/style.less b/style.less
index d9d7eb0..705db87 100644
--- a/style.less
+++ b/style.less
@@ -100,6 +100,17 @@ section#home-header {
color: white;
}
+.leaflet-container:after {
+ content: '';
+ width: 100%;
+ height: 100%;
+ box-shadow: black 0 0px 19px -8px inset;
+ position: absolute;
+ top: 0;
+ z-index: 1000000;
+ pointer-events:none;
+}
+
// ***************** RESPONSIVE