mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
32 lines
481 B
CSS
32 lines
481 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%;
|
|
}
|
|
|
|
.inputArea {
|
|
display: flex;
|
|
flex-flow: column;
|
|
justify-content: center;
|
|
align-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.inputArea > * {
|
|
padding: 5px 0px;
|
|
}
|
|
|
|
.fileContainer {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin: 5px;
|
|
}
|