toastr.scss 232 B

1234567891011121314
  1. .ngx-toastr {
  2. &.toast-error {
  3. background-color: $danger;
  4. }
  5. &.toast-warning {
  6. background-color: $warning;
  7. }
  8. &.toast-success {
  9. background-color: $success;
  10. }
  11. &.toast-info {
  12. background-color: $light;
  13. }
  14. }