dotfiles-remastered/.config/eww/modules/volume/volume.scss
2023-11-27 00:34:43 +01:00

24 lines
308 B
SCSS

.volume {
@include pill;
}
.volume_slider {
min-width: 6rem;
trough,
highlight {
min-height: 0.5rem;
border-radius: 25px;
border: 1px solid $border;
}
trough {
background-color: $bg;
}
highlight {
background-color: $focus;
}
}