add admin flash messaging and styles

This commit is contained in:
Mark Moser
2016-08-24 12:15:12 -05:00
parent 35f33e8215
commit 0058168c3e
8 changed files with 36 additions and 7 deletions

View File

@ -25,6 +25,16 @@
background-color: #f39c12;
}
.success {
@extend .error;
background-color: $brand-success;
}
.notice {
@extend .error;
background-color: $brand-info;
}
[data-id="live-coder-finish-later"] {
.warning {
margin-top: 0;