First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
12
node_modules/video.js/src/css/components/_picture-in-picture.scss
generated
vendored
Normal file
12
node_modules/video.js/src/css/components/_picture-in-picture.scss
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.video-js .vjs-picture-in-picture-control {
|
||||
cursor: pointer;
|
||||
@include flex(none);
|
||||
|
||||
& .vjs-icon-placeholder {
|
||||
@extend .vjs-icon-picture-in-picture-enter;
|
||||
}
|
||||
}
|
||||
// Switch to the exit icon when the player is in Picture-in-Picture
|
||||
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
|
||||
@extend .vjs-icon-picture-in-picture-exit;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue