improve button and add message level 'warning'

This commit is contained in:
2017-08-19 21:44:51 +02:00
parent 10b67b5a5f
commit 2d0d45e01a
6 changed files with 120 additions and 84 deletions

View File

@@ -0,0 +1,14 @@
.flash_message {
margin-top: 2.5em;
}
// note that other level are defined in modules/_alerts.scss
.alert {
// override in modules/_alerts.scss
@include alert($red);
}
.warning {
@include alert($orange);
}