@use "sass:color"; .map-location-remove-marker { border-bottom: 1px dotted; border-radius: 0; color: $delete; cursor: pointer; margin-bottom: $line-height; margin-top: calc($line-height / 2); &:hover, &:active, &:focus { border-bottom-style: solid; color: color.adjust($delete, $lightness: -10%); } } .leaflet-bar a { &.leaflet-disabled { color: #525252; } } .leaflet-container { .leaflet-control-attribution { background: rgba(255, 255, 255, 0.9); } a { @include link; } } .leaflet-bottom, .leaflet-pane, .leaflet-top { z-index: 4; }