Skip to content

Commit

Permalink
adjust box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
basilleaf committed Aug 8, 2022
1 parent e17a1a4 commit d2bc302
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ $border-radius: 6px;
.leaflet-bottom.leaflet-right {
position: fixed;
}
.leaflet-bottom .leaflet-control {
box-shadow: -6px 7px 15px #242424;
.leaflet-bottom > .leaflet-control {
box-shadow: $box-shadow;
margin-right: 28px;
margin-bottom: 32px;
}
Expand Down
2 changes: 2 additions & 0 deletions src/shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ $mobile_breakpoint: 780px;
$transition_speed: 500ms; // see TRANSITION_SPEED in js
$z-index-map: 500;

$box-shadow: 0 5px 15px rgb(34 34 34 / 50%);

/*-- colors ---*/

// light mode
Expand Down

0 comments on commit d2bc302

Please sign in to comment.