add a draft state to the sidebar

This commit is contained in:
Hans Pagel
2020-08-31 17:50:13 +02:00
parent f8e907783d
commit ae7c5fa834
7 changed files with 74 additions and 4 deletions

View File

@@ -53,6 +53,10 @@ $menuBreakPoint: 750px;
color: $colorBlack;
background-color: rgba($colorBlack, 0.05);
}
&--draft {
color: rgba($colorBlack, 0.2);
}
}
&__header {