File "_bootstrap-progress-20241115103519.scss"

Full Path: /home/krishnamexports/public_html/panel/popup/_bootstrap-progress-20241115103519.scss
File size: 307 bytes
MIME-type: text/plain; charset=us-ascii
Charset: utf-8

/* Bootstrap Progress */
.progress {
  @include border-radius(3px);
  height: 8px;

  .progress-bar {
    @include border-radius(3px);
  }

  &.progress-sm {
    height: 0.375rem;
  }

  &.progress-md {
    height: 8px;
  }

  &.progress-lg {
    height: 15px;
  }

  &.progress-xl {
    height: 18px;
  }
}