mirror of https://github.com/OpenVidu/openvidu.git
23 lines
344 B
CSS
23 lines
344 B
CSS
#call-container, #session-container {
|
|
height: 100%;
|
|
}
|
|
|
|
#pre-join-container {
|
|
height: inherit;
|
|
}
|
|
|
|
.error-icon {
|
|
color: var(--ov-warn-color);
|
|
}
|
|
|
|
#spinner {
|
|
position: absolute;
|
|
top: 40%;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
text-align: -webkit-center;
|
|
text-align: -moz-center;
|
|
color: var(--ov-text-color);
|
|
} |