Remove dead styles

This commit is contained in:
Justin Edmund 2023-01-22 19:51:50 -08:00
parent 69edb2c770
commit e62e5bffa3

View file

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