mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-11 15:46:55 +02:00
10 lines
137 B
SCSS
10 lines
137 B
SCSS
@mixin window {
|
|
border-radius: 1rem;
|
|
padding: 1rem;
|
|
box-shadow: 0 0 4px 2px;
|
|
margin: 1rem;
|
|
}
|
|
|
|
.volume-osd {
|
|
@include window;
|
|
}
|