mirror of https://github.com/OpenVidu/openvidu.git
28 lines
442 B
CSS
28 lines
442 B
CSS
![]() |
mat-radio-button {
|
||
|
margin-left: 5px;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
mat-radio-button:first-child {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
#turn-conf-label {
|
||
|
display: block;
|
||
|
font-size: 12px;
|
||
|
color: rgba(0, 0, 0, 0.54);
|
||
|
font-weight: 400;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
.not-manual {
|
||
|
padding-top: 6px;
|
||
|
padding-bottom: 15px;
|
||
|
}
|
||
|
|
||
|
#manual-turn-div {
|
||
|
margin-top: 10px;
|
||
|
padding: 5px;
|
||
|
border: 1px solid #00000026;
|
||
|
border-radius: 3px;
|
||
|
}
|