Add notice to a list if it has no tasks
This commit is contained in:
parent
6a4164513f
commit
5455c28d56
2 changed files with 10 additions and 0 deletions
|
|
@ -146,3 +146,9 @@
|
|||
.list-namespace-title {
|
||||
color: $grey;
|
||||
}
|
||||
|
||||
.list-is-empty-notice {
|
||||
text-align: center;
|
||||
color: $grey;
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue