Blame view

frontend/themes/markup/src/scss/bootstrap/mixins/_progress-bar.scss 200 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
  // Progress bars
  
  @mixin progress-bar-variant($color) {
    background-color: $color;
  
    // Deprecated parent class requirement as of v3.2.0
    .progress-striped & {
      @include gradient-striped;
    }
  }