Power menu

This commit is contained in:
soraefir
2026-06-15 01:01:23 +02:00
parent db6662420c
commit b586df0816
11 changed files with 63 additions and 215 deletions

View File

@@ -1,21 +1,23 @@
.powermenu-box {
padding: 3rem 2.5rem;
margin: 0;
.pm-overlay {
background-color: rgba(0, 0, 0, 0.55);
}
.powermenu-entry {
margin: 0 0.5rem;
.pm-win {
padding: $popup-scale * 10pt;
font-size: $popup-scale * $panel-font-size;
}
.powermenu-button {
@include background-active;
border-radius: 1rem;
transition: 0.3s;
padding: 3.25rem 4rem;
.pm-btn {
@include background-base2;
@include border-radius;
padding: $popup-scale * 20pt $popup-scale * 16pt;
margin: $popup-scale * 6px;
&:hover { background-color: $base03; }
}
}
.powermenu-icon {
font-size: 4rem;
&:hover {
@include background-active;
.pm-icon, .pm-label { color: $base01; }
}
}
.pm-icon { font-size: 2.4em; @include color-body; }
.pm-label { font-size: 0.70em; margin-top: $popup-scale * 5pt; @include color-body; }