mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Feedback page news fix
This commit is contained in:
parent
f0328cdef9
commit
38d13116ce
3 changed files with 35 additions and 34 deletions
|
@ -20,3 +20,33 @@
|
|||
font-size: 20px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
|
||||
.questioncontainer {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.questioncontainer:hover {
|
||||
background-color: var(--hoover-color);
|
||||
}
|
||||
|
||||
.questionscontainer {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.question {
|
||||
font-weight: 'bold';
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.answer {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.questionnumber {
|
||||
color: #fff;
|
||||
margin: 5px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue