Always show menu, show a message if there are no other workspaces

This commit is contained in:
Andrew Croce
2018-10-16 11:59:00 -04:00
parent 687f07525a
commit 20ff49c8dd
2 changed files with 26 additions and 20 deletions

View File

@@ -42,6 +42,13 @@
}
}
.menu__message {
@include h5;
font-weight: normal;
font-style: italic;
padding: 0 ($gap * 2);
}
.menu__button {
margin: ($gap * 2) ($gap * 2) 0;
white-space: nowrap;