openvidu/openvidu-components-angular/projects/openvidu-angular/src/lib/components/avatar-profile/avatar-profile.component.css

22 lines
364 B
CSS
Raw Normal View History

.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;
}