Customization
Last updated
.caf-sdk-video-action-container {
border-radius: 5px;
background-color: white;
border: 1px solid gray;
padding: 10px;
width: 95%;
min-height: 75px;
justify-content: center;
align-items: center;
display: none;
}
.caf-sdk-video-action-text {
color: black !important;
font-weight: 500 !important;
position: relative;
}
.caf-sdk-video-action-text.caf-sdk-message-warning::before {
position: absolute;
display: block;
content: '';
background: url('https://cdn3.iconfinder.com/data/icons/interface-fat-line-vol-2/16/face-recognistion-focus-center-512.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
left: -30px;
top: 5px;
height: 30px;
width: 30px;
z-index: 100;
}