mirror of https://github.com/OpenVidu/openvidu.git
26 lines
480 B
CSS
26 lines
480 B
CSS
![]() |
#camera-button {
|
||
|
border-radius: var(--ov-buttons-radius);
|
||
|
/* background-color: var(--ov-secondary-color) !important; */
|
||
|
/* color: var(--ov-text-color) !important; */
|
||
|
}
|
||
|
|
||
|
.device-container-element mat-form-field {
|
||
|
width: 100%;
|
||
|
margin-top: 10px;
|
||
|
color: #000000;
|
||
|
}
|
||
|
|
||
|
.device-container-element button {
|
||
|
margin: auto 10px auto auto;
|
||
|
}
|
||
|
|
||
|
.device-container-element {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.warn-btn {
|
||
|
color: var(--ov-text-color);
|
||
|
background-color: var(--ov-warn-color) !important;
|
||
|
}
|
||
|
|