summaryrefslogtreecommitdiff
path: root/openstack_dashboard/static/bootstrap/scss/bootstrap/mixins/_progress-bar.scss
blob: 4303d702ab348cc1db73fee948d22c44128e9afc (plain)
1
2
3
4
5
6
7
8
// Progress bars

@mixin progress-bar-variant($color) {
  background-color: $color;
  .progress-striped & {
    @include gradient-striped();
  }
}