//Sprite
$spriteWidth: 285px
$spriteHeight: 100px
=sprite($position, $width: auto, $height: auto)
background: url("/img/baseSprite.svg") $position no-repeat
background-size: $spriteWidth $spriteHeight
width: $width
height: $height
=orangeArrow()
+sprite(0 -56px, 25px, 17px)
display: inline-block
=whiteArrow()
+sprite(0 -75px, 17px, 14px)
display: inline-block