Files
colorshell/eww/styles/powermenu.scss
T
2024-12-07 16:43:37 -03:00

20 lines
303 B
SCSS

.powermenu-container {
margin: 400px 100px;
& * {
outline: initial;
}
& > button {
padding: 96px;
& label {
font-size: 98px;
}
}
& button:hover,
& button:focus {
background: darken($color: $color2, $amount: 20);
}
}