_alert.scss 59 B

1234
  1. // For transition
  2. .alert {
  3. transition: all 0.25s ease;
  4. }