mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
fixed user location marker style
This commit is contained in:
parent
16d04bd6bb
commit
40993e2dd0
1 changed files with 22 additions and 12 deletions
|
@ -73,24 +73,34 @@
|
|||
}
|
||||
|
||||
.location-marker {
|
||||
width: 0;
|
||||
height: 0;
|
||||
margin-left: -20px;
|
||||
margin-top: -20px;
|
||||
width: 20px;
|
||||
height: 3px;
|
||||
margin-left: -10px;
|
||||
margin-top: -2px;
|
||||
outline: none;
|
||||
z-index: 10001;
|
||||
background: @blue_secondary;
|
||||
|
||||
&:after {
|
||||
content: ' ';
|
||||
box-shadow: 0 0 0 3px @blue_secondary;
|
||||
background: @blue_primary;
|
||||
border-radius: 8px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
position: absolute;
|
||||
left: 6px;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
&:before {
|
||||
content: ' ';
|
||||
display: block;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 0 4px @blue_secondary;
|
||||
width: 3px;
|
||||
height: 20px;
|
||||
background: @blue_secondary;
|
||||
left: 9px;
|
||||
top: -8px;
|
||||
position: absolute;
|
||||
left: 16px;
|
||||
top: 16px;
|
||||
background: @blue_primary;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue