argos/dmp-frontend/src/app/library/notification/notification.component.scss

16 lines
302 B
SCSS
Raw Normal View History

2019-01-18 18:03:45 +01:00
.snack-bar-notification--success {
background-color: #4CAF50 !important;
}
.snack-bar-notification--error {
background-color: #B13636 !important;
}
.snack-bar-notification--warning {
background-color: #B13636 !important;
}
.snack-bar-notification--info {
background-color: #B13636 !important;
}