mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
// Progress bars
|
|
|
|
.progress-bar-variant(@color) {
|
|
background-color: @color;
|
|
.progress-striped & {
|
|
#gradient > .striped();
|
|
}
|
|
}
|