Added empty message to board list when there are no boards present.

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
Ryan Fletcher
2018-08-21 14:35:03 -04:00
parent eb29baef4b
commit 9353e4852c
2 changed files with 11 additions and 1 deletions

View File

@@ -34,6 +34,11 @@ $color-darkgrey: nc-darken($color-main-background, 32%);
/**
* General styles
*/
.center-text {
text-align: center;
}
button,
.button,
.app-deck .icon {