UNPKG

614 BSCSSView Raw
1.vjs-quality-selector {
2 .vjs-menu-button {
3 margin: 0;
4 padding: 0;
5 height: 100%;
6 width: 100%;
7 }
8 .vjs-icon-placeholder {
9 // From video.js font: https://github.com/videojs/font
10 /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
11 font-family: 'VideoJS';
12 font-weight: normal;
13 font-style: normal;
14 &::before {
15 content: '\f110';
16 }
17 }
18}
19
20.vjs-quality-changing {
21 .vjs-big-play-button {
22 display: none;
23 }
24 .vjs-control-bar {
25 display: flex;
26 visibility: visible;
27 opacity: 1;
28 }
29}