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