mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 05:50:23 +00:00
8 lines
136 B
Text
8 lines
136 B
Text
// Progress bars
|
|
|
|
.progress-bar-variant(@color) {
|
|
background-color: @color;
|
|
.progress-striped & {
|
|
#gradient > .striped();
|
|
}
|
|
}
|