Fix note feedback

This commit is contained in:
2019-09-08 09:49:55 +02:00
parent aaaed4d784
commit 6c14d9eba0
5 changed files with 23 additions and 24 deletions

View File

@@ -17,4 +17,8 @@ $theme-colors: map-remove($theme-colors, "light", "dark");
$font-family-base: $font_para;
@import 'bootstrap/bootstrap';
@import 'bootstrap/bootstrap';
.alert-error {
@extend .alert-danger;
}