mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02: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();
|
||
|
}
|
||
|
}
|