mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-27 15:34:42 +00:00
9 lines
136 B
Text
9 lines
136 B
Text
|
|
// Progress bars
|
||
|
|
|
||
|
|
.progress-bar-variant(@color) {
|
||
|
|
background-color: @color;
|
||
|
|
.progress-striped & {
|
||
|
|
#gradient > .striped();
|
||
|
|
}
|
||
|
|
}
|