mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] static content generalization
This commit is contained in:
parent
12425618ca
commit
410dbc573b
89 changed files with 1 additions and 494 deletions
10
searx/static/less/bootstrap/mixins/progress-bar.less
Normal file
10
searx/static/less/bootstrap/mixins/progress-bar.less
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Progress bars
|
||||
|
||||
.progress-bar-variant(@color) {
|
||||
background-color: @color;
|
||||
|
||||
// Deprecated parent class requirement as of v3.2.0
|
||||
.progress-striped & {
|
||||
#gradient > .striped();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue