@import "~bootstrap/scss/progress";

// ngx-progressbar
// https://github.com/MurhafSousli/ngx-progressbar#integration
.x-progress {
  .ng-bar {
    @extend .bg-secondary;
  }
  .ng-spinner {
    @extend .bg-primary;
    z-index: 1029;
    &-icon {
      @include size(1.25rem);
      border-width: 2px;
      border-top-color: theme-color('white');
      border-right-color: theme-color('white');
    }
  }
  &[spinnerPosition=left] .ng-spinner {
    left: 1rem;
  }
}
