0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-23 00:12:37 +00:00
salesagility_SuiteCRM/themes/SuiteP/css/bootstrap/mixins/progress-bar.scss
2017-12-06 13:59:36 +00:00

11 lines
200 B
SCSS

// Progress bars
@mixin progress-bar-variant($color) {
background-color: $color;
// Deprecated parent class requirement as of v3.2.0
.progress-striped & {
@include gradient-striped;
}
}