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-12-02 19:15:02 +01:00
|
|
|
width: 30%;
|
2019-01-21 18:46:40 +01:00
|
|
|
}
|
2021-11-10 13:24:46 +01:00
|
|
|
|
|
|
|
#clear-response-text-area-btn {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
2022-02-16 17:36:41 +01:00
|
|
|
|
|
|
|
#manual-turn-div {
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 5px;
|
|
|
|
border: 1px solid #00000026;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|