Styling for empty status accordion and update Not signed to Unsigned

This commit is contained in:
leigh-mil
2019-12-13 11:39:25 -05:00
parent 2c2b69affe
commit 2552d4c700
4 changed files with 12 additions and 3 deletions

View File

@@ -46,6 +46,13 @@
margin: 0;
}
}
&--empty {
font-weight: $font-bold;
color: $color-gray-dark;
padding: $gap * 8;
text-align: center;
}
}
&-list {