3.1.10 (Brainy Betty) 8896e3fbceff9ddbdcf1e9cfb00eb54f1f485432 o:Sass::Tree::RootNode :@has_childrenT:@children[ o:Sass::Tree::ImportNode : @linei;[:@imported_filenameI" shared:ET:@template0: @options{o:Sass::Tree::CommentNode : @silenti: @value[I"Ú/* Provides cross-browser CSS opacity. Takes a number between 0 and 1 as the argument, e.g. 0.5 for 50% opacity. * * @param $opacity * A number between 0 and 1, where 0 is transparent and 1 is opaque. */; F; i;[: @loud0; @ o:Sass::Tree::MixinDefNode ;T; i ;[u:Sass::Tree::IfNode´[o:Sass::Script::Operation :@operand1o; ;o:Sass::Script::Variable : @linei:@underscored_nameI"legacy_support_for_ie6:ET: @nameI"legacy-support-for-ie6; T: @options{:@operand2o; ;i; I"legacy_support_for_ie7; T; I"legacy-support-for-ie7; T; @ :@operator:or;i; @ ; o; ;i; I"legacy_support_for_ie8; T; I"legacy-support-for-ie8; T; @ ;;;i; @ 0[o:Sass::Tree::PropNode : @valueo:Sass::Script::Funcall :@keywords{;i: @args[o:&Sass::Script::StringInterpolation : @beforeo:Sass::Script::String ;I"5progid:DXImageTransform.Microsoft.Alpha(Opacity=; T;i: @type: string; @ : @mido; ;{;i;[o; ;o; ;i; I" opacity; T; I" opacity; T; @ ; o:Sass::Script::Number ;ii:@numerator_units[:@denominator_units[;i; @ :@originalI"100; F;: times;i; @ ; I" round; T; @ : @aftero; ;I"); T;i;;; @ ;i; @ ; I" unquote; T; @ : @tabsi;i:@children[:@prop_syntax:new; [I" filter; T; @ o:Sass::Tree::PropNode ;o:Sass::Script::Variable ; i:@underscored_nameI" opacity; T: @nameI" opacity; T; @ : @tabsi; i;[:@prop_syntax:new;[I" opacity; T; @ : @args[[o;;I" opacity; T;I" opacity; T; @ 0;I" opacity; T; @ o; ;i;[I"2/* Make an element completely transparent. */; F; i;[;0; @ o; ;T; i;[o:Sass::Tree::MixinNode :@keywords{; i;[;[o:Sass::Script::Number ;i:@numerator_units[:@denominator_units[; i; @ :@originalI"0; F;I" opacity; T; @ ;[;I"transparent; T; @ o; ;i;[I"-/* Make an element completely opaque. */; F; i;[;0; @ o; ;T; i;[o; ;{; i;[;[o; ;i;[; @+; i; @ ;!I"1; F;I" opacity; T; @ ;[;I" opaque; T; @ ; I"€@import "shared"; // Provides cross-browser CSS opacity. Takes a number between 0 and 1 as the argument, e.g. 0.5 for 50% opacity. // // @param $opacity // A number between 0 and 1, where 0 is transparent and 1 is opaque. @mixin opacity($opacity) { @if $legacy-support-for-ie6 or $legacy-support-for-ie7 or $legacy-support-for-ie8 { filter: unquote("progid:DXImageTransform.Microsoft.Alpha(Opacity=#{round($opacity * 100)})"); } opacity: $opacity; } // Make an element completely transparent. @mixin transparent { @include opacity(0); } // Make an element completely opaque. @mixin opaque { @include opacity(1); } ; T; @ ; i