add new css class for new status
This commit is contained in:
@@ -139,11 +139,15 @@ $link-line-height: 1.5rem;
|
|||||||
background: $open-status-color;
|
background: $open-status-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.done {
|
.complete {
|
||||||
background: $done-status-color;
|
background: $done-status-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.in-progress {
|
.processing {
|
||||||
|
background: $in-progress-status-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pending {
|
||||||
background: $in-progress-status-color;
|
background: $in-progress-status-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user