HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
File: /var/www/html/newjapanetiquetas.com.br/web/docs/styles/scss/plugins/_sweetalert.scss
/* $sweet-alert
 ------------------------------------------*/

.sweet-alert {
  font-family: inherit;
  @include rounded($border-radius-base);
  /*Fix animation api conflict*/

  visibility: visible!important;
  h2 {
    color: darken($text-color, 5%);
  }
  p {
    color: $text-color;
    font-weight: inherit;
    font-size: $font-size-base;
  }
  button {
    @include rounded($border-radius-base);
    font-size: inherit;
  }
  .icon.error {
    border-color: $brand-danger;
  }
  .sa-input-error::before,
  .sa-input-error::after,
  .sa-error-container .icon,
  .icon.error .line {
    background-color: $brand-danger;
  }
  .icon.warning {
    border-color: $brand-warning;
  }
  .icon.warning .body {
    background-color: $brand-warning;
  }
  .icon.warning .dot {
    background-color: $brand-warning;
  }
  .icon.info {
    border-color: $brand-info;
  }
  .icon.info::before {
    background-color: $brand-info;
  }
  .icon.info::after {
    background-color: $brand-info;
  }
  .icon.success {
    border-color: $brand-success;
  }
  .icon.success .placeholder {
    border-color: transparentize($brand-success, 0.8);
  }
  .icon.success .line {
    background-color: $brand-success;
  }
  .sa-input-error {
    top: 1.438rem;
  }
}