This repository has been archived on 2026-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
plyr/src/sass/components/volume.scss
T
2020-01-21 22:29:00 +00:00

25 lines
552 B
SCSS

// --------------------------------------------------------------
// Volume
// --------------------------------------------------------------
.plyr__volume {
align-items: center;
display: flex;
position: relative;
input[type='range'] {
margin-left: ($plyr-control-spacing / 2);
margin-right: ($plyr-control-spacing / 2);
position: relative;
z-index: 2;
}
@media (min-width: $plyr-bp-sm) {
max-width: 90px;
}
@media (min-width: $plyr-bp-md) {
max-width: 110px;
}
}