Add started status to task order model

This commit is contained in:
Patrick Smith
2019-02-12 21:27:53 -05:00
parent aa0a27aaa0
commit ba3000dccc
3 changed files with 9 additions and 5 deletions

View File

@@ -75,7 +75,7 @@
width: 100%;
}
.label--pending {
.label--pending, .label--started {
background-color: $color-gold;
}