change(ui) - css

This commit is contained in:
Shekar Siri 2022-04-12 12:45:06 +02:00
parent fa7ae29a62
commit 43f0c50e2d

View file

@ -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,