start marker

This commit is contained in:
Fedor Katurov 2020-01-27 15:49:43 +07:00
parent 5ceda71589
commit 53bb6a8443
9 changed files with 228 additions and 35 deletions

View file

@ -84,3 +84,16 @@
justify-content: center;
}
}
.gpx-confirm {
position: absolute;
bottom: 5%;
left: 5%;
z-index: 5;
width: 90%;
padding: 10px;
border-radius: @panel_radius;
box-sizing: border-box;
background: lighten(@bar_background, 10%);
box-shadow: rgba(0,0,0,0.5) 0 5px 5px 10px;
}

View file

@ -150,6 +150,14 @@
}
}
.start-marker {
svg {
position: absolute;
left: -4px;
top: -4px;
}
}
.end-marker {
.leaflet-km-dist {
left: auto;