Remove dead styles
This commit is contained in:
parent
69edb2c770
commit
e62e5bffa3
1 changed files with 2 additions and 5 deletions
|
|
@ -3,14 +3,11 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: $unit-half;
|
gap: $unit-half;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 80px;
|
width: $unit-10x;
|
||||||
height: 80px;
|
height: $unit-10x;
|
||||||
padding: $unit;
|
padding: $unit;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
// position: absolute;
|
|
||||||
z-index: 32;
|
z-index: 32;
|
||||||
// top: -32px;
|
|
||||||
// right: -40px;
|
|
||||||
|
|
||||||
&.open {
|
&.open {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue