mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
10 lines
191 B
Text
10 lines
191 B
Text
// Progress bars
|
|
|
|
.progress-bar-variant(@color) {
|
|
background-color: @color;
|
|
|
|
// Deprecated parent class requirement as of v3.2.0
|
|
.progress-striped & {
|
|
#gradient > .striped();
|
|
}
|
|
}
|