3.1.15 (Brainy Betty) 16cb5563eec3460a957e5710e42474a38ad8d6e0 o:Sass::Tree::RootNode :@template" // @doc off // These defaults make the arguments optional for this mixin // If you like, set different defaults before importing. // @doc on @import "shared"; // The default color for box shadows $default-box-shadow-color: #333333 !default; // The default horizontal offset. Positive is to the right. $default-box-shadow-h-offset: 0px !default; // The default vertical offset. Positive is down. $default-box-shadow-v-offset: 0px !default; // The default blur length. $default-box-shadow-blur: 5px !default; // The default spread length. $default-box-shadow-spread : false !default; // The default shadow inset: inset or false (for standard shadow). $default-box-shadow-inset : false !default; // Provides cross-browser for Webkit, Gecko, and CSS3 box shadows when one or more box // shadows are needed. // Each shadow argument should adhere to the standard css3 syntax for the // box-shadow property. @mixin box-shadow( $shadow-1 : default, $shadow-2 : false, $shadow-3 : false, $shadow-4 : false, $shadow-5 : false, $shadow-6 : false, $shadow-7 : false, $shadow-8 : false, $shadow-9 : false, $shadow-10: false ) { @if $shadow-1 == default { $shadow-1 : -compass-space-list(compact(if($default-box-shadow-inset, inset, false), $default-box-shadow-h-offset, $default-box-shadow-v-offset, $default-box-shadow-blur, $default-box-shadow-spread, $default-box-shadow-color)); } $shadow : compact($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10); @include experimental(box-shadow, $shadow, -moz, -webkit, not -o, not -ms, not -khtml, official ); } // Provides a single cross-browser CSS box shadow for Webkit, Gecko, and CSS3. // Includes default arguments for color, horizontal offset, vertical offset, blur length, spread length, and inset. @mixin single-box-shadow( $color : $default-box-shadow-color, $hoff : $default-box-shadow-h-offset, $voff : $default-box-shadow-v-offset, $blur : $default-box-shadow-blur, $spread : $default-box-shadow-spread, $inset : $default-box-shadow-inset ) { @if not ($inset == true or $inset == false or $inset == inset) { @warn "$inset expected to be true or the inset keyword. Got #{$inset} instead. Using: inset"; } @if $color == none { @include box-shadow(none); } @else { $full : $hoff $voff; @if $blur { $full: $full $blur; } @if $spread { $full: $full $spread; } @if $color { $full: $full $color; } @if $inset { $full: inset $full; } @include box-shadow($full); } } :@has_childrenT: @options{:@children[o:Sass::Tree::CommentNode ;@: @loud0; [: @value["/* @doc off * These defaults make the arguments optional for this mixin * If you like, set different defaults before importing. * @doc on */: @linei: @silentio:Sass::Tree::ImportNode ;0;@:@imported_filename" shared; [; i o; ;@; 0; [; [",/* The default color for box shadows */; i;io:Sass::Tree::VariableNode : @name"default-box-shadow-color;@: @guarded" !default; [; i: @expro:Sass::Script::Color : @attrs{ :redi8: alphai: greeni8: bluei8;@; 0; io; ;@; 0; [; ["C/* The default horizontal offset. Positive is to the right. */; i;io; ;" default-box-shadow-h-offset;@;" !default; [; i;o:Sass::Script::Number :@numerator_units["px;@:@original"0px:@denominator_units[; i; io; ;@; 0; [; ["9/* The default vertical offset. Positive is down. */; i;io; ;" default-box-shadow-v-offset;@;" !default; [; i;o; ;["px;@;"0px;[; i; io; ;@; 0; [; ["#/* The default blur length. */; i;io; ;"default-box-shadow-blur;@;" !default; [; i;o; ;["px;@;"5px;[; i ; io; ;@; 0; [; ["%/* The default spread length. */; i;io; ;"default-box-shadow-spread;@;" !default; [; i;o:Sass::Script::Bool;@; F; io; ;@; 0; [; ["J/* The default shadow inset: inset or false (for standard shadow). */; i;io; ;"default-box-shadow-inset;@;" !default; [; i;o;;@; F; io; ;@; 0; [; ["/* Provides cross-browser for Webkit, Gecko, and CSS3 box shadows when one or more box * shadows are needed. * Each shadow argument should adhere to the standard css3 syntax for the * box-shadow property. */; i ;io:Sass::Tree::MixinDefNode ;"box-shadow;T;@; [u:Sass::Tree::IfNode[o:Sass::Script::Operation :@operand2o:Sass::Script::String : @type:identifier: @options{: @value" default: @linei0:@operand1o:Sass::Script::Variable :@underscored_name" shadow_1: @name" shadow-1; @; i0; @; i0:@operator:eq0[o:Sass::Tree::VariableNode ;" shadow-1; @: @guarded0:@children[; i1: @expro:Sass::Script::Funcall ;"-compass-space-list:@keywords{; @; i1: @args[o; ;" compact;{; @; i1;[ o; ;"if;{; @; i1;[o; ;"default_box_shadow_inset;"default-box-shadow-inset; @; i1o; ;; ; @; " inset; i1o:Sass::Script::Bool; @; F; i1o; ;" default_box_shadow_h_offset;" default-box-shadow-h-offset; @; i1o; ;" default_box_shadow_v_offset;" default-box-shadow-v-offset; @; i1o; ;"default_box_shadow_blur;"default-box-shadow-blur; @; i1o; ;"default_box_shadow_spread;"default-box-shadow-spread; @; i1o; ;"default_box_shadow_color;"default-box-shadow-color; @; i1o; ;" shadow;@;0; [; i3;o:Sass::Script::Funcall ;" compact:@keywords{;@; i3: @args[o:Sass::Script::Variable :@underscored_name" shadow_1;" shadow-1;@; i3o;% ;&" shadow_2;" shadow-2;@; i3o;% ;&" shadow_3;" shadow-3;@; i3o;% ;&" shadow_4;" shadow-4;@; i3o;% ;&" shadow_5;" shadow-5;@; i3o;% ;&" shadow_6;" shadow-6;@; i3o;% ;&" shadow_7;" shadow-7;@; i3o;% ;&" shadow_8;" shadow-8;@; i3o;% ;&" shadow_9;" shadow-9;@; i3o;% ;&"shadow_10;"shadow-10;@; i3o:Sass::Tree::MixinNode ;"experimental;#{;@; [; i6;$[ o:Sass::Script::String : @type:identifier;@; "box-shadow; i4o;% ;&" shadow;" shadow;@; i4o;( ;);*;@; " -moz; i5o;( ;);*;@; " -webkit; i5o:!Sass::Script::UnaryOperation ;@: @operando;( ;);*;@; "-o; i5; i5:@operator:noto;+ ;@;,o;( ;);*;@; "-ms; i5; i5;-;.o;+ ;@;,o;( ;);*;@; " -khtml; i5; i5;-;.o;( ;);*;@; " official; i5; i/;$[[o;%;&" shadow_1;" shadow-1;@o;( ;);*;@; " default; i%[o;%;&" shadow_2;" shadow-2;@o;;@; F; i&[o;%;&" shadow_3;" shadow-3;@o;;@; F; i'[o;%;&" shadow_4;" shadow-4;@o;;@; F; i([o;%;&" shadow_5;" shadow-5;@o;;@; F; i)[o;%;&" shadow_6;" shadow-6;@o;;@; F; i*[o;%;&" shadow_7;" shadow-7;@o;;@; F; i+[o;%;&" shadow_8;" shadow-8;@o;;@; F; i,[o;%;&" shadow_9;" shadow-9;@o;;@; F; i-[o;%;&"shadow_10;"shadow-10;@o;;@; F; i.o; ;@; 0; [; ["/* Provides a single cross-browser CSS box shadow for Webkit, Gecko, and CSS3. * Includes default arguments for color, horizontal offset, vertical offset, blur length, spread length, and inset. */; i9;io; ;"single-box-shadow;T;@; [u;![o:!Sass::Script::UnaryOperation : @options{: @operando:Sass::Script::Operation :@operand2o; ; o:Sass::Script::String : @type:identifier;@: @value" inset: @lineiC:@operand1o:Sass::Script::Variable :@underscored_name" inset: @name" inset;@;iC;@;iC:@operator:eq;o; ; o; ; o:Sass::Script::Bool;@; F;iC;o; ;" inset;" inset;@;iC;@;iC;;;o; ; o;;@; T;iC;o; ;" inset;" inset;@;iC;@;iC;;;@;iC;:or;@;iC;;;iC;:not0[o:Sass::Tree::WarnNode ;@:@children[;iD: @expro:&Sass::Script::StringInterpolation : @mido; ;" inset;" inset;@;iD: @beforeo; ; : string;@; ":$inset expected to be true or the inset keyword. Got ;iD;@: @aftero; ; ;;@; " instead. Using: inset;iD;iDu;![o:Sass::Script::Operation :@operand2o:Sass::Script::String : @type:identifier: @options{: @value" none: @lineiG:@operand1o:Sass::Script::Variable :@underscored_name" color: @name" color; @; iG; @; iG:@operator:equ:Sass::Tree::IfNode$[00[ o:Sass::Tree::VariableNode : @name" full: @options{: @guarded0:@children[: @lineiJ: @expro:Sass::Script::List :@separator: space;@ : @value[o:Sass::Script::Variable :@underscored_name" hoff;" hoff;@ ; iJo; ;" voff;" voff;@ ; iJ; iJu:Sass::Tree::IfNode[o:Sass::Script::Variable :@underscored_name" blur: @name" blur: @options{: @lineiK0[o:Sass::Tree::VariableNode ;" full;@ : @guarded0:@children[; iK: @expro:Sass::Script::List :@separator: space;@ : @value[o; ;" full;" full;@ ; iKo; ;" blur;" blur;@ ; iK; iKu;"[o:Sass::Script::Variable :@underscored_name" spread: @name" spread: @options{: @lineiL0[o:Sass::Tree::VariableNode ;" full;@ : @guarded0:@children[; iL: @expro:Sass::Script::List :@separator: space;@ : @value[o; ;" full;" full;@ ; iLo; ;" spread;" spread;@ ; iL; iLu;[o:Sass::Script::Variable :@underscored_name" color: @name" color: @options{: @lineiM0[o:Sass::Tree::VariableNode ;" full;@ : @guarded0:@children[; iM: @expro:Sass::Script::List :@separator: space;@ : @value[o; ;" full;" full;@ ; iMo; ;" color;" color;@ ; iM; iMu;<[o:Sass::Script::Variable :@underscored_name" inset: @name" inset: @options{: @lineiN0[o:Sass::Tree::VariableNode ;" full;@ : @guarded0:@children[; iN: @expro:Sass::Script::List :@separator: space;@ : @value[o:Sass::Script::String : @type:identifier;@ ;" inset; iNo; ;" full;" full;@ ; iN; iNo:Sass::Tree::MixinNode ;"box-shadow:@keywords{;@ ; [; iO: @args[o; ;" full;" full;@ ; iO[o:Sass::Tree::MixinNode ;"box-shadow:@keywords{; @:@children[; iH: @args[o; ;; ; @; " none; iH; iB;$[ [o;%;&" color;" color;@o;% ;&"default_box_shadow_color;"default-box-shadow-color;@; i<[o;%;&" hoff;" hoff;@o;% ;&" default_box_shadow_h_offset;" default-box-shadow-h-offset;@; i=[o;%;&" voff;" voff;@o;% ;&" default_box_shadow_v_offset;" default-box-shadow-v-offset;@; i>[o;%;&" blur;" blur;@o;% ;&"default_box_shadow_blur;"default-box-shadow-blur;@; i?[o;%;&" spread;" spread;@o;% ;&"default_box_shadow_spread;"default-box-shadow-spread;@; i@[o;%;&" inset;" inset;@o;% ;&"default_box_shadow_inset;"default-box-shadow-inset;@; iA; i