mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
11 lines
191 B
Plaintext
Executable file
11 lines
191 B
Plaintext
Executable file
// Progress bars
|
|
|
|
.progress-bar-variant(@color) {
|
|
background-color: @color;
|
|
|
|
// Deprecated parent class requirement as of v3.2.0
|
|
.progress-striped & {
|
|
#gradient > .striped();
|
|
}
|
|
}
|