Skip to content

Commit 7834a0e

Browse files
committed
feat: styles for the layer switcher button
1 parent 2818fee commit 7834a0e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

vis/stylesheets/modules/_geomap.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
color: #818181;
4444

4545
&:hover {
46+
cursor: pointer;
4647
color: #333;
4748
}
4849

@@ -59,3 +60,11 @@
5960
.leaflet-container * {
6061
font-family: "Open Sans", Helvetica, sans-serif;
6162
}
63+
64+
.leaflet-control-layers {
65+
box-shadow:
66+
0 2px 2px 0 rgba(0, 0, 0, 0.14),
67+
0 3px 1px -2px rgba(0, 0, 0, 0.12),
68+
0 1px 5px 0 rgba(0, 0, 0, 0.2);
69+
border: none;
70+
}

0 commit comments

Comments
 (0)