Your IP : 216.73.216.95


Current Path : /var/www/opcart/upload/admin/view/stylesheet/sass/bootstrap/mixins/
Upload File :
Current File : /var/www/opcart/upload/admin/view/stylesheet/sass/bootstrap/mixins/_alerts.scss

// 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%);
  }
}