blob: 2108c2e30d4996389a58c052bb22fb7379d074b4 (
plain) (
tree)
|
|
$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;
}
.vjs-modal-dialog
.vjs-modal-dialog-content,
.video-js .vjs-modal-dialog {
top: $height;
}
|