summaryrefslogtreecommitdiff
path: root/templates/assets/bootstrap-material-design/scss/_progress.scss
blob: 3a3b48cfe5661260b4d1bea455502307fe0859ed (plain)
1
2
3
4
5
6
7
8
9
10
11

.progress {
  height: 4px;
  background: #c8c8c8;
  border-radius: 0;
  box-shadow: none;
  .progress-bar {
    box-shadow: none;
    //@include variations(unquote(".progress-bar"), unquote(""), background-color, $brand-primary);
  }
}