esqueleto basico
This commit is contained in:
parent
8eb441e5f5
commit
0dc723713d
350 changed files with 90726 additions and 0 deletions
8
bower_components/bootstrap/less/mixins/opacity.less
vendored
Normal file
8
bower_components/bootstrap/less/mixins/opacity.less
vendored
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