Attribute changed material-kit
[bootswatch] / material-kit / sass / material-kit / _progress.scss
1 // This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
2
3 .progress {
4     height: 4px;
5     border-radius: 0;
6     box-shadow: none;
7     background: #DDDDDD;
8     .progress-bar {
9         box-shadow: none;
10         @include variations(unquote(".progress-bar"), unquote(""), background-color, $brand-primary);
11     }
12
13     &.progress-line-primary{
14         background: rgba($brand-primary,.2);
15     }
16     &.progress-line-info{
17         background: rgba($brand-info,.2);
18     }
19     &.progress-line-success{
20         background: rgba($brand-success,.2);
21     }
22     &.progress-line-warning{
23         background: rgba($brand-warning,.2);
24     }
25     &.progress-line-danger{
26         background: rgba($brand-danger,.2);
27     }
28 }