mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-13 03:56:24 +00:00
16 lines
321 B
SCSS
16 lines
321 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);
|
|
}
|
|
}
|