oms-QA/Theme/Backend/styles.scss
2017-06-24 10:51:49 +02:00

28 lines
296 B
SCSS

.qa-list {
.score {
&.closed {
background: #f00;
}
&.open {
background: #ff0;
}
&.done {
background: #0f0;
}
}
h1 {
font-size: 2rem;
}
.date {
}
.user {
}
}