Proper colors for TO statuses

This commit is contained in:
richard-dds
2019-06-10 13:17:00 -04:00
parent 7f4f857424
commit 1cb673af53
5 changed files with 18 additions and 3 deletions

View File

@@ -33,4 +33,8 @@
&.label--success {
background-color: $color-green;
}
&.label--purple {
background-color: $color-purple;
}
}