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;
|
||||
gap: $unit-half;
|
||||
display: flex;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
width: $unit-10x;
|
||||
height: $unit-10x;
|
||||
padding: $unit;
|
||||
justify-content: center;
|
||||
// position: absolute;
|
||||
z-index: 32;
|
||||
// top: -32px;
|
||||
// right: -40px;
|
||||
|
||||
&.open {
|
||||
opacity: 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue