mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
// Progress bars
|
|
|
|
.progress-bar-variant(@color) {
|
|
background-color: @color;
|
|
.progress-striped & {
|
|
#gradient > .striped();
|
|
}
|
|
}
|