mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-09 12:38:41 +00:00
28 lines
296 B
SCSS
28 lines
296 B
SCSS
.qa-list {
|
|
.score {
|
|
&.closed {
|
|
background: #f00;
|
|
}
|
|
|
|
&.open {
|
|
background: #ff0;
|
|
}
|
|
|
|
&.done {
|
|
background: #0f0;
|
|
}
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
.date {
|
|
|
|
}
|
|
|
|
.user {
|
|
|
|
}
|
|
}
|