mirror of
https://github.com/searxng/searxng.git
synced 2024-11-14 14:11:05 +00:00
11 lines
191 B
Text
11 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();
|
||
|
}
|
||
|
}
|