mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Css tidy up
This commit is contained in:
parent
d0a48513e9
commit
67b1fa2d37
18 changed files with 0 additions and 346 deletions
|
@ -1,22 +0,0 @@
|
|||
.questionContainer {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.questionContainer:hover {
|
||||
background-color: var(--hoover-color);
|
||||
}
|
||||
|
||||
.question {
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.answer {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.data {
|
||||
font-size: 13px;
|
||||
color: #a1a1a1;
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
import React, { PureComponent } from 'react'
|
||||
import './Question.css'
|
||||
|
||||
class Question extends PureComponent {
|
||||
render () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue