forked from Icycoide/searxng
oscar template: generate bootstrap.min.css from source
This commit is contained in:
parent
14b0604bc0
commit
841f1eedfc
74 changed files with 9169 additions and 5 deletions
8
searx/static/oscar/less/bootstrap/mixins/opacity.less
Normal file
8
searx/static/oscar/less/bootstrap/mixins/opacity.less
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Opacity
|
||||
|
||||
.opacity(@opacity) {
|
||||
opacity: @opacity;
|
||||
// IE8 filter
|
||||
@opacity-ie: (@opacity * 100);
|
||||
filter: ~"alpha(opacity=@{opacity-ie})";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue