changed user location marker

This commit is contained in:
muerwre 2018-08-27 17:43:31 +07:00
parent d39ec1588c
commit 16d04bd6bb
3 changed files with 10 additions and 39 deletions

View file

@ -73,36 +73,24 @@
}
.location-marker {
width: 40px;
height: 40px;
width: 0;
height: 0;
margin-left: -20px;
margin-top: -20px;
outline: none;
z-index: 10001;
&:after {
content: ' ';
display: block;
width: 16px;
height: 16px;
border-radius: 8px;
box-shadow: 0 0 0 2px @location_line;
position: absolute;
left: 12px;
top: 12px;
}
&:before {
content: ' ';
display: block;
width: 3px;
height: 3px;
border-radius: 5px;
box-shadow: 0 0 0 2px @location_line;
background: @location_line;
width: 8px;
height: 8px;
border-radius: 8px;
box-shadow: 0 0 0 4px @blue_secondary;
position: absolute;
left: 19px;
top: 19px;
left: 16px;
top: 16px;
background: @blue_primary;
}
}