better km marks

This commit is contained in:
muerwre 2019-03-04 12:59:00 +07:00
parent 7aed6bea01
commit 653dd8ace1
3 changed files with 29 additions and 19 deletions

View file

@ -106,17 +106,18 @@
.leaflet-km-dist {
background: @red_secondary;
color: white;
border-radius: 2px;
font-size: 9px;
border-radius: 4px;
font-size: 12px;
text-align: center;
min-width: 20px;
height: 12px;
height: 14px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
top: 0;
left: -5px;
left: -4px;
font-weight: bold;
}
}