qmining-page/src/components/feedbackArea.module.css
2021-05-07 12:31:58 +02:00

24 lines
341 B
CSS

.contactFeedback {
color: var(--text-color);
background-color: var(--background-color);
font-size: 14px;
box-sizing: border-box;
height: 150px;
resize: none;
margin-top: 15px;
padding: 5px;
}
.send {
width: 20%;
margin-bottom: 60px;
}
.inputArea {
display: block;
}
.fileContainer {
width: 400px;
margin: 5px;
}