mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
Clustered middle markers
This commit is contained in:
parent
d4c839a422
commit
7aed6bea01
3 changed files with 33 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue