mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-15 15:43:10 +00:00
10 lines
137 B
Text
10 lines
137 B
Text
|
|
// Progress bars
|
||
|
|
|
||
|
|
.progress-bar-variant(@color) {
|
||
|
|
background-color: @color;
|
||
|
|
.progress-striped & {
|
||
|
|
#gradient > .striped();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|