Files @ 7b501e1e70d1
Branch filter:

Location: FVDE/ennstatus/ennstatus/static/js/video.js/src/css/components/_fullscreen.scss

Dennis Fink
Added video.js for displaying videos and subtitles
.video-js .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  @include flex(none);
}
.video-js .vjs-fullscreen-control {
  @extend .vjs-icon-fullscreen-enter;
}
/* Switch to the exit icon when the player is in fullscreen */
.video-js.vjs-fullscreen .vjs-fullscreen-control {
  @extend .vjs-icon-fullscreen-exit;
}