Files
TheaninovOS/overlays/asztal/style/mixins/hidden.scss
2024-04-17 10:03:57 +02:00

16 lines
355 B
SCSS

@mixin hidden {
background-color: transparent;
background-image: none;
border-color: transparent;
box-shadow: none;
-gtk-icon-transform: scale(0);
* {
background-color: transparent;
background-image: none;
border-color: transparent;
box-shadow: none;
-gtk-icon-transform: scale(0);
}
}