f9d87c5c71
Renamed /themes/core to /themes/daux Updated /themes/{theme}/less/theme.less to allow for bootstrap overrides Added /themes/daux/less/theme.less to allow daux to function as theme - used daux-navy colors Moved fonts from themes variants into /themes/daux/fonts
9 lignes
148 B
Plaintext
9 lignes
148 B
Plaintext
// Opacity
|
|
|
|
.opacity(@opacity) {
|
|
opacity: @opacity;
|
|
// IE8 filter
|
|
@opacity-ie: (@opacity * 100);
|
|
filter: ~"alpha(opacity=@{opacity-ie})";
|
|
}
|