stacker.news/components/reply.module.css

19 lines
305 B
CSS

.reply {
max-width: 600px;
}
.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;
}