alerts.less 168 B

12345678910111213
  1. //
  2. // Alerts
  3. // --------------------------------------------------
  4. // Base styles
  5. // -------------------------
  6. .alert {
  7. text-shadow: none;
  8. .border-radius(0);
  9. }