mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
km marks initial
This commit is contained in:
parent
c853d656b8
commit
d4c839a422
5 changed files with 186 additions and 34 deletions
|
@ -99,6 +99,27 @@
|
|||
height: 48px;
|
||||
}
|
||||
|
||||
.leaflet-km-marker {
|
||||
position: relative;
|
||||
background: green;
|
||||
|
||||
.leaflet-km-dist {
|
||||
background: blue;
|
||||
color: white;
|
||||
border-radius: 11px;
|
||||
font-size: 9px;
|
||||
text-align: center;
|
||||
min-width: 20px;
|
||||
height: 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
top: -5px;
|
||||
left: -5px;
|
||||
}
|
||||
}
|
||||
|
||||
.touch-hinter-poly {
|
||||
stroke: rgba(255, 50, 0, 0.1);
|
||||
cursor: grab;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue