mirror of https://github.com/OpenVidu/openvidu.git
56 lines
819 B
CSS
56 lines
819 B
CSS
![]() |
#response-text-area {
|
||
|
width: 100%;
|
||
|
color: #808080;
|
||
|
}
|
||
|
|
||
|
#response-text-area textarea {
|
||
|
resize: none;
|
||
|
}
|
||
|
|
||
|
mat-dialog-content button,
|
||
|
mat-divider {
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
mat-dialog-content button {
|
||
|
height: 30px;
|
||
|
line-height: 30px;
|
||
|
padding-left: 12px;
|
||
|
padding-right: 12px;
|
||
|
display: inline-flex;
|
||
|
}
|
||
|
|
||
|
.label {
|
||
|
display: block;
|
||
|
font-size: 12px;
|
||
|
color: rgba(0, 0, 0, 0.54);
|
||
|
font-weight: 400;
|
||
|
margin-bottom: 5px;
|
||
|
margin-top: 13px
|
||
|
}
|
||
|
|
||
|
.inner-text-input {
|
||
|
margin-left: 16px;
|
||
|
}
|
||
|
|
||
|
#rec-properties-btn {
|
||
|
padding-left: 0;
|
||
|
padding-right: 0;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
#rec-properties-div {
|
||
|
margin-bottom: 10px;
|
||
|
padding: 5px;
|
||
|
border: 1px solid #00000026;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
#rec-properties-div mat-form-field {
|
||
|
max-width: 150px;
|
||
|
}
|
||
|
|
||
|
#rec-properties-div mat-checkbox {
|
||
|
margin-left: 16px;
|
||
|
}
|