8 margin-right: 0 !important;
11 .maplibregl-control-container .maplibregl-ctrl button {
16 background-color: rgba(0, 0, 0, 0.6);
19 background-color: black !important;
24 border-radius: 4px 0 0 0;
29 border-radius: 0 0 0 4px;
33 .maplibregl-ctrl-group {
34 background-color: transparent !important;
37 .maplibregl-ctrl-group button+button {
41 .maplibregl-user-location-accuracy-circle {
42 background-color: $green !important;
43 opacity: 0.2 !important;
46 .maplibregl-user-location-dot, .maplibregl-user-location-dot:before {
47 background-color: $vibrant-green !important;
50 .maplibregl-ctrl button .maplibregl-ctrl-icon {
51 background-image: none !important;
52 background-color: white;
55 .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
56 mask-image: image-url("map-controls/zoomin.svg");
59 .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
60 mask-image: image-url("map-controls/zoomout.svg");
63 .maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
64 mask-image: image-url("map-controls/geolocate.svg");
67 .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon {
68 background-color: $vibrant-green;