Clustered middle markers

This commit is contained in:
muerwre 2019-03-04 12:46:30 +07:00
parent d4c839a422
commit 7aed6bea01
3 changed files with 33 additions and 19 deletions

View file

@ -99,14 +99,14 @@
height: 48px;
}
.leaflet-km-marker {
position: relative;
.leaflet-km-marker, .leaflet-km-marker-2 {
background: green;
position: absolute;
.leaflet-km-dist {
background: blue;
background: @red_secondary;
color: white;
border-radius: 11px;
border-radius: 2px;
font-size: 9px;
text-align: center;
min-width: 20px;
@ -115,8 +115,15 @@
align-items: center;
justify-content: center;
position: relative;
top: -5px;
top: 0;
left: -5px;
}
}
.leaflet-km-marker-2 {
.leaflet-km-dist {
background: green;
}
}