Match empty state for app members with designs

This commit is contained in:
graham-dds
2020-01-13 11:40:54 -05:00
parent fdeffd3183
commit 45c4fc1d5f
3 changed files with 16 additions and 2 deletions

View File

@@ -4,6 +4,20 @@
background-color: $color-gray-lightest;
margin-top: $gap * 5;
&--white {
background-color: $color-white;
}
&--centered {
text-align: center;
}
&__message {
display: inline-block;
font-weight: bold;
margin-top: 3rem;
}
hr {
margin-left: -$gap * 3;
margin-right: -$gap * 3;