mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-08 14:31:28 +02:00
v.0.5.1
This commit is contained in:
parent
261527905b
commit
554378b49b
65 changed files with 824 additions and 715 deletions
2
_sass/vendor/bootstrap/mixins/_opacity.scss
vendored
2
_sass/vendor/bootstrap/mixins/_opacity.scss
vendored
|
@ -4,5 +4,5 @@
|
|||
opacity: $opacity;
|
||||
// IE8 filter
|
||||
$opacity-ie: ($opacity * 100);
|
||||
filter: #{alpha(opacity=$opacity-ie)};
|
||||
filter: alpha(opacity=$opacity-ie);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue