Snackbar: allow severity levels

This commit is contained in:
Alex Gleason
2020-09-21 22:56:15 -05:00
parent a123bd88be
commit 9d2da836b3
5 changed files with 34 additions and 0 deletions

View File

@ -76,3 +76,4 @@
@import 'components/profile_hover_card';
@import 'components/filters';
@import 'components/mfa_form';
@import 'components/snackbar';

View File

@ -0,0 +1,5 @@
.snackbar {
&--success {
background-color: $success-green !important;
}
}