km marks initial

This commit is contained in:
muerwre 2019-03-01 12:28:37 +07:00
parent c853d656b8
commit d4c839a422
5 changed files with 186 additions and 34 deletions

View file

@ -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;