Files
openfoodnetwork/app/webpacker/css/admin/components/todo.scss
David Cook e11518938f Prettify admin components scss
Largely whitespace, but some other updates too, including uppercase colour codes and standardising numbers.

Best viewed with whitespace ignored.
2023-05-03 12:10:58 +10:00

22 lines
233 B
SCSS

.todolist {
.todo {
&.done {
.title {
color: #aaaaaa;
a {
color: #aaaaaa;
}
}
i {
color: #aaaaaa;
}
.steps {
display: none;
}
}
}
}