mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
fixed marker
This commit is contained in:
parent
d752039de9
commit
50c2ac70e3
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue