File: D:/HostingSpaces/SBogers85/dale-int.com/wwwroot/css/mixins/_sprite.sass
//Sprite
$spriteWidth: 899px
$spriteHeight: 251px
=sprite($position, $width: auto, $height: auto)
background: url("") $position no-repeat
background-size: $spriteWidth $spriteHeight
width: $width
height: $height
=arrowRightGreen()
+sprite(-360px -0px)
display: block
width: 26px
height: 17px
=arrowRightWhite()
+sprite(-387px -0px)
display: block
width: 26px
height: 17px
=socialMedia($position, $width: auto, $height: auto)
background: url("/img/socialMediaSprite.svg") $position no-repeat
background-size: 150px 50px
width: $width
height: $height
=twitter()
+socialMedia(0 0, 24px, 24px)
display: inline-block
=twitterWhite()
+socialMedia(0 -25px, 24px, 24px)
display: inline-block
=linkedin()
+socialMedia(-25px 0, 24px, 24px)
display: inline-block
=linkedinWhite()
+socialMedia(-25px -25px, 24px, 24px)
display: inline-block
=facebook()
+socialMedia(-50px 0, 24px, 24px)
display: inline-block
=facebookWhite()
+socialMedia(-50px -25px, 24px, 24px)
display: inline-block
=instagram()
+socialMedia(-75px 0, 24px, 24px)
display: inline-block
=instagramWhite()
+socialMedia(-75px -25px, 24px, 24px)
display: inline-block
=pinterest()
+socialMedia(-100px 0, 24px, 24px)
display: inline-block
=pinterestWhite()
+socialMedia(100px -25px, 24px, 24px)
display: inline-block
=youtube()
+socialMedia(-125px 0, 24px, 24px)
display: inline-block
=youtubeWhite()
+socialMedia(-125px -25px, 24px, 24px)
display: inline-block