mirror of https://github.com/ColorlibHQ/AdminLTE
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
|
// Progress bars
|
||
|
.progress-bar-variant(@color) {
|
||
|
background-color: @color;
|
||
|
|
||
|
// Deprecated parent class requirement as of v3.2.0
|
||
|
.progress-striped & {
|
||
|
#gradient > .striped();
|
||
|
}
|
||
|
}
|