mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added feedback area
This commit is contained in:
parent
03aefe21b4
commit
515993a05b
2 changed files with 78 additions and 0 deletions
src/components
13
src/components/feedbackArea.module.css
Normal file
13
src/components/feedbackArea.module.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
.feedback {
|
||||
color: var(--text-color);
|
||||
background-color: var(--background-color);
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.inputArea {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue