mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-01-19 19:38:40 +00:00
17 lines
362 B
CSS
17 lines
362 B
CSS
.qa-list .score {
|
|
padding: 10px;
|
|
margin-right: 10px;
|
|
border: 1px solid #ccc; }
|
|
.qa-list .score.closed {
|
|
background: #f00; }
|
|
.qa-list .score.open {
|
|
background: #ff0; }
|
|
.qa-list .score.done {
|
|
background: #0f0; }
|
|
.qa-list .scores {
|
|
flex-basis: min-content; }
|
|
.qa-list .title a {
|
|
font-size: 2rem; }
|
|
.qa-list .tags {
|
|
margin-top: 10px; }
|