We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17a1a4 commit d2bc302Copy full SHA for d2bc302
src/App.scss
@@ -66,8 +66,8 @@ $border-radius: 6px;
66
.leaflet-bottom.leaflet-right {
67
position: fixed;
68
}
69
-.leaflet-bottom .leaflet-control {
70
- box-shadow: -6px 7px 15px #242424;
+.leaflet-bottom > .leaflet-control {
+ box-shadow: $box-shadow;
71
margin-right: 28px;
72
margin-bottom: 32px;
73
src/shared.scss
@@ -6,6 +6,8 @@ $mobile_breakpoint: 780px;
6
$transition_speed: 500ms; // see TRANSITION_SPEED in js
7
$z-index-map: 500;
8
9
+$box-shadow: 0 5px 15px rgb(34 34 34 / 50%);
10
+
11
/*-- colors ---*/
12
13
// light mode
0 commit comments