mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
New feedback page #7
This commit is contained in:
parent
a78ac0f8f2
commit
978dfcd382
5 changed files with 299 additions and 64 deletions
33
src/pages/feedback.module.css
Normal file
33
src/pages/feedback.module.css
Normal file
|
@ -0,0 +1,33 @@
|
|||
.feedback {
|
||||
color: var(--text-color);
|
||||
background-color: var(--background-color);
|
||||
font-size: 18px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.textTitle {
|
||||
color: var(--text-color);
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: var(--text-color);
|
||||
border: none;
|
||||
padding: 10px 30px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.textInputArea {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.fileInput {
|
||||
margin: 10px;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.errorMsg {
|
||||
color: red;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue