_alert.scss 106 B

123456789101112
  1. .alert {
  2. padding: 0.85rem;
  3. h4 {
  4. color: inherit;
  5. }
  6. }
  7. .alert-light {
  8. color: #666!important;
  9. }