mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Largely whitespace, but some other updates too, including uppercase colour codes and standardising numbers. Best viewed with whitespace ignored.
22 lines
233 B
SCSS
22 lines
233 B
SCSS
.todolist {
|
|
.todo {
|
|
&.done {
|
|
.title {
|
|
color: #aaaaaa;
|
|
|
|
a {
|
|
color: #aaaaaa;
|
|
}
|
|
}
|
|
|
|
i {
|
|
color: #aaaaaa;
|
|
}
|
|
|
|
.steps {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|