2019-01-21 18:46:40 +01:00
|
|
|
#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;
|
2019-01-22 17:33:40 +01:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2019-01-21 18:46:40 +01:00
|
|
|
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 {
|
2019-01-22 17:33:40 +01:00
|
|
|
margin-left: 9px;
|
2020-10-08 17:37:17 +02:00
|
|
|
width: 42%;
|
2019-01-21 18:46:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#rec-properties-btn {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rec-properties-div {
|
2019-01-22 15:10:59 +01:00
|
|
|
background-color: #f7f7f7;
|
2019-01-21 18:46:40 +01:00
|
|
|
margin-bottom: 10px;
|
2019-01-22 15:10:59 +01:00
|
|
|
padding: 10px 5px 0 5px;
|
2019-01-21 18:46:40 +01:00
|
|
|
border: 1px solid #00000026;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rec-properties-div mat-form-field {
|
|
|
|
max-width: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rec-properties-div mat-checkbox {
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
2019-01-22 15:10:59 +01:00
|
|
|
|
|
|
|
#recording-resolution-form {
|
|
|
|
max-width: 100px !important;
|
2019-01-22 17:33:40 +01:00
|
|
|
}
|