[SCRIPT] Updated

This commit is contained in:
t
2025-03-31 20:14:11 +02:00
parent 810f54cb65
commit 314a27eb42
472 changed files with 11721 additions and 921 deletions
@@ -0,0 +1,28 @@
.powermenu {
@include window;
}
.powermenu-button {
@include hover($surfaceContainer);
transition: 0.3s;
border-radius: 10rem;
min-width: 8rem;
min-height: 8rem;
&:focus {
@include hover($primary);
color: $surface;
}
}
.powermenu-button-label {
margin-top: 0.5rem;
}
.powermenu-button-box {
margin: 0.5rem;
}
.powermenu-overlay {
background-color: rgba(0, 0, 0, 0.5);
}