aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/sass/player/offline-notification.scss
blob: 450c95bbc3a5d570c021f8007b5e901d106b7a2c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                             
$height: 40px;

.vjs-peertube-offline-notification {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: $height;
  color: #000;
  background-color: var(--mainColorLightest);
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}