mirror of https://github.com/OpenVidu/openvidu.git
49 lines
754 B
CSS
49 lines
754 B
CSS
![]() |
#session-container {
|
||
![]() |
background-color: var(--ov-primary-color);
|
||
|
min-width: 400px;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
#toolbar-container, #footer-container {
|
||
|
background-color: var(--ov-primary-color);
|
||
|
min-width: 400px !important;
|
||
|
width: 100%;
|
||
|
height: 60px;
|
||
|
}
|
||
|
|
||
|
#footer {
|
||
|
color: #ffffff;
|
||
|
height: 25px;
|
||
|
background-color: #333333;
|
||
|
padding: 0 14px 0 0;
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
z-index: 999999;
|
||
|
min-width: 400px !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
#layout-container {
|
||
|
height: calc(100% - 80px);
|
||
|
padding-top: 10px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.reconnecting-container{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
z-index: 1000;
|
||
|
background-color: black;
|
||
|
opacity: 80%;
|
||
|
position: absolute;
|
||
|
}
|
||
|
|
||
|
|
||
|
@media only screen and (max-width: 600px) {
|
||
![]() |
#session-container {
|
||
![]() |
width: 100%;
|
||
|
/* position: fixed; */
|
||
|
}
|
||
|
}
|