24 lines
308 B
SCSS
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;
|
|
}
|
|
}
|