appearance: icons fixed

This commit is contained in:
muerwre 2018-11-27 12:02:04 +07:00
parent 9e186397e0
commit 169d4d4222
16 changed files with 290 additions and 120 deletions

View file

@ -85,18 +85,18 @@
margin-top: -2px;
outline: none;
z-index: 10001;
background: @blue_secondary;
background: @red_secondary;
&:after {
content: ' ';
box-shadow: 0 0 0 3px @blue_secondary;
background: @blue_primary;
box-shadow: 0 0 0 3px @red_secondary;
background: white;
border-radius: 8px;
width: 8px;
height: 8px;
position: absolute;
left: 6px;
top: -2px;
top: -3px;
}
&:before {
@ -104,9 +104,9 @@
display: block;
width: 3px;
height: 20px;
background: @blue_secondary;
left: 9px;
top: -8px;
background: @red_secondary;
left: 8.5px;
top: -9px;
position: absolute;
}
}