Skip to content

Commit d2bc302

Browse files
committed
adjust box shadow
1 parent e17a1a4 commit d2bc302

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/App.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ $border-radius: 6px;
6666
.leaflet-bottom.leaflet-right {
6767
position: fixed;
6868
}
69-
.leaflet-bottom .leaflet-control {
70-
box-shadow: -6px 7px 15px #242424;
69+
.leaflet-bottom > .leaflet-control {
70+
box-shadow: $box-shadow;
7171
margin-right: 28px;
7272
margin-bottom: 32px;
7373
}

src/shared.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ $mobile_breakpoint: 780px;
66
$transition_speed: 500ms; // see TRANSITION_SPEED in js
77
$z-index-map: 500;
88

9+
$box-shadow: 0 5px 15px rgb(34 34 34 / 50%);
10+
911
/*-- colors ---*/
1012

1113
// light mode

0 commit comments

Comments
 (0)