mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 17:35:46 +01:00
moved BS out of vendor into admin
This commit is contained in:
8
public/less/admin/bootstrap/mixins/opacity.less
Normal file
8
public/less/admin/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