fixed marker

This commit is contained in:
Fedor Katurov 2020-01-17 17:26:13 +07:00
parent d752039de9
commit 50c2ac70e3

View file

@ -189,7 +189,7 @@
.router-marker { .router-marker {
div { div {
background: @router_line; color: @router_line;
left: auto; left: auto;
right: 50%; right: 50%;
transform: translate(50%, 0); transform: translate(50%, 0);
@ -197,8 +197,8 @@
position: absolute; position: absolute;
z-index: -10; z-index: -10;
padding: 2px 2px 2px 4px; padding: 2px 2px 2px 4px;
color: white;
border-radius: 100%; border-radius: 100%;
font-weight: bold;
} }
&.right { &.right {