04a68f3cdd
Update Bootstrap to v3.2 and skim built-in themes to bare essentials
11 regels
191 B
Plaintext
11 regels
191 B
Plaintext
// Progress bars
|
|
|
|
.progress-bar-variant(@color) {
|
|
background-color: @color;
|
|
|
|
// Deprecated parent class requirement as of v3.2.0
|
|
.progress-striped & {
|
|
#gradient > .striped();
|
|
}
|
|
}
|