2016-06-01 20:24:56 +00:00
|
|
|
.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;
|
|
|
|
|
2016-07-12 19:18:13 +00:00
|
|
|
&::before {
|
2016-06-01 20:24:56 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|