This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
meshviewer/scss/modules/_leaflet.scss

20 lines
360 B
SCSS

.leaflet-label {
&.leaflet-label-right {
background-color: $color-white;
border: 2px solid $color-primary;
border-radius: 0;
display: block;
font-weight: normal;
opacity: .8;
padding: 1px 6px;
position: absolute;
user-select: none;
white-space: nowrap;
z-index: 6;
&:before {
display: none;
}
}
}