JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "_alerts.scss"

Full Path: /var/www/html/ctctaxi/public/assets/vendor_components/select2/docs/_sass/vendor/bootstrap/mixins/_alerts.scss
File size: 263 bytes
MIME-type: text/plain
Charset: utf-8

// Alerts

@mixin alert-variant($background, $border, $text-color) {
  background-color: $background;
  border-color: $border;
  color: $text-color;

  hr {
    border-top-color: darken($border, 5%);
  }
  .alert-link {
    color: darken($text-color, 10%);
  }
}