change(ui) - css
This commit is contained in:
parent
fa7ae29a62
commit
43f0c50e2d
1 changed files with 1 additions and 4 deletions
|
|
@ -1,9 +1,6 @@
|
|||
@import 'zindex.css';
|
||||
|
||||
.positionTracker {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
/* border: solid 1px $teal; */
|
||||
outline: solid 1px $teal;
|
||||
outline-style: inset;
|
||||
margin-left: -7px;
|
||||
|
|
@ -11,7 +8,7 @@
|
|||
background-color: $active-blue;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
z-index: $positionTracker;
|
||||
z-index: 98;
|
||||
top: 0;
|
||||
transition: all 0.2s ease-out;
|
||||
&:hover,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue