2021-04-14 23:56:29 +00:00
|
|
|
.reply {
|
|
|
|
max-width: 600px;
|
2021-04-27 00:55:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.skeleton .input {
|
|
|
|
background-color: grey;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: .4rem;
|
|
|
|
height: 115px;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skeleton .button {
|
|
|
|
background-color: grey;
|
|
|
|
border-radius: .4rem;
|
|
|
|
margin-top: .25rem;
|
|
|
|
width: 71px;
|
|
|
|
height: 38px;
|
2021-07-01 23:51:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.noTopLeftRadius textarea {
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reply textarea {
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reply .text {
|
|
|
|
margin-top: -1px;
|
|
|
|
height: auto;
|
2021-04-14 23:56:29 +00:00
|
|
|
}
|