source: trip-planner-front/node_modules/bootstrap/less/mixins/opacity.less@ fa375fe

Last change on this file since fa375fe was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago

adding new components

  • Property mode set to 100644
File size: 147 bytes
Line 
1// Opacity
2
3.opacity(@opacity) {
4 @opacity-ie: (@opacity * 100); // IE8 filter
5 filter: ~"alpha(opacity=@{opacity-ie})";
6 opacity: @opacity;
7}
Note: See TracBrowser for help on using the repository browser.