Update app member status labels to accurately reflect member's current status

This commit is contained in:
leigh-mil
2019-11-18 16:43:53 -05:00
parent 3f146c7da8
commit 9f90f5abbd
9 changed files with 76 additions and 20 deletions

View File

@@ -20,6 +20,10 @@
white-space: nowrap;
text-transform: uppercase;
&--default {
background-color: $color-gray-dark;
}
&--info {
background-color: $color-primary;
}