mirror of
https://github.com/searxng/searxng.git
synced 2026-01-21 22:15:30 +00:00
oscar template: generate bootstrap.min.css from source
This commit is contained in:
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})";
|
||||
}
|
||||
Reference in New Issue
Block a user