mirror of https://github.com/OpenVidu/openvidu.git
22 lines
364 B
CSS
22 lines
364 B
CSS
![]() |
.poster {
|
||
|
position: absolute;
|
||
|
display: inline-grid;
|
||
|
z-index: 1;
|
||
|
margin: auto;
|
||
|
bottom: 0;
|
||
|
right: 0;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
height: 70px;
|
||
|
width: 70px;
|
||
|
border-radius: var(--ov-video-radius);
|
||
|
border: 2px solid var(--ov-light-color);
|
||
|
color: #000000;
|
||
|
}
|
||
|
|
||
|
#poster-text {
|
||
|
padding: 20px;
|
||
|
font-weight: bold;
|
||
|
font-size: 40px;
|
||
|
margin: auto;
|
||
|
}
|