plyr/src/sass/components/volume.scss
2020-02-14 16:53:31 +00:00

20 lines
470 B
SCSS

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