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
|
|
|
}
|