1
0
Fork 0
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:
mrfry 2021-03-23 20:17:29 +01:00
parent 03aefe21b4
commit 515993a05b
2 changed files with 78 additions and 0 deletions

View 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;
}