qa: Improve design
This commit is contained in:
parent
13588fc634
commit
0e19b59452
19 changed files with 487 additions and 241 deletions
11
qa/ui/src/app.css
Normal file
11
qa/ui/src/app.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.level .level-item {
|
||||
text-align: center;
|
||||
}
|
||||
.level .level-item .heading {
|
||||
font-variant: small-caps;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
.level .level-item .value {
|
||||
font-size: 1.2rem;
|
||||
font-weight: bolder;
|
||||
}
|
||||
Reference in a new issue