Skip to content

Commit

Permalink
Merge pull request saeedalipoor#30 from AndrewJo/master
Browse files Browse the repository at this point in the history
Fix SCSS syntax errors
  • Loading branch information
saeedalipoor committed Aug 1, 2015
2 parents 38b7683 + 4411739 commit 414527a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions sass/icons/socials.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
.icono-linkedIn{
width: $U5;
height: $U16;
box-shadow: inset 0 0 0 $U32, $U8 0;
box-shadow: inset 0 0 0 $U32, $U8 0;
margin: $U12 $U24 $U6 $U5;
&:before{
position: absolute;
Expand Down Expand Up @@ -158,7 +158,7 @@
top: $U3;
width: $U11;
height: $U4;
transform: skew(0, -35deg) scaleY(0.6;
transform: skew(0, -35deg) scaleY(0.6);
box-shadow: inset 0 0 0 $U32, 0 $U13, $U11 $U26, $U12 $U32+$U7;
}
&:after{
Expand All @@ -167,7 +167,7 @@
top: $U3;
width: $U11;
height: $U4;
transform: skew(0, 35deg) scaleY(0.6;
transform: skew(0, 35deg) scaleY(0.6);
box-shadow: inset 0 0 0 $U32, 0 $U13, -1*$U11 $U26, -1*$U12 $U32+$U7;
}
}
Expand All @@ -178,7 +178,7 @@
margin: $U14 $U5 $U6;
&, &:before{
border-width: $U6;
border-style: solid;
border-style: solid;
}
&:before{
position: absolute;
Expand Down Expand Up @@ -234,4 +234,4 @@
left: -$U6;
top: -$U23;
}
}
}
2 changes: 1 addition & 1 deletion sass/icons/spinner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
width: $U22;
height: $U22;
@include border-radius(50%);
box-shadow: -1*$U16 0 0 -1*$U9,-1*$U11 -1*$U11 0 -1*$U9,0 -1*$U16 0 -1*$U9,1*$U11 -1*$U11 0 -1*$U8,1*$U16 0 0 -1*$U7,1*$U11 1*$U11 0 -1*$U7,0 1*$U16 0 -1*$U7,-1*$U11 1*$U11 0 -1*$U7
box-shadow: -1*$U16 0 0 -1*$U9,-1*$U11 -1*$U11 0 -1*$U9,0 -1*$U16 0 -1*$U9,1*$U11 -1*$U11 0 -1*$U8,1*$U16 0 0 -1*$U7,1*$U11 1*$U11 0 -1*$U7,0 1*$U16 0 -1*$U7,-1*$U11 1*$U11 0 -1*$U7;
margin: $U7;
}

0 comments on commit 414527a

Please sign in to comment.