aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/states/fullscreen.scss
blob: 7a5c8b838a78c6bf9a2164239e5902e214c42c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// --------------------------------------------------------------
// Fullscreen
// --------------------------------------------------------------

.plyr:fullscreen {
  @include plyr-fullscreen-active;
}

// Fallback for unsupported browsers
.plyr--fullscreen-fallback {
  @include plyr-fullscreen-active;

  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}