1
0

Add notice to a list if it has no tasks

This commit is contained in:
kolaente
2020-07-04 19:12:15 +02:00
parent 6a4164513f
commit 5455c28d56
2 changed files with 10 additions and 0 deletions

View File

@ -146,3 +146,9 @@
.list-namespace-title {
color: $grey;
}
.list-is-empty-notice {
text-align: center;
color: $grey;
font-style: italic;
}