eww: add new features and fix issues

This commit is contained in:
retrozinndev
2024-12-07 16:43:37 -03:00
parent adf8b7d9ba
commit e9258d04e4
26 changed files with 882 additions and 207 deletions
+19
View File
@@ -0,0 +1,19 @@
.powermenu-container {
margin: 400px 100px;
& * {
outline: initial;
}
& > button {
padding: 96px;
& label {
font-size: 98px;
}
}
& button:hover,
& button:focus {
background: darken($color: $color2, $amount: 20);
}
}