HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers79/artofeinstein.be/wwwroot/css/mixins/_sprite.sass
//Sprite
$spriteWidth: 230px
$spriteHeight: 110px


=sprite($position, $width: auto, $height: auto)
  background: url("/img/einsteinSprite.svg") $position no-repeat
  background-size: $spriteWidth $spriteHeight
  width: $width
  height: $height


=arrowRightWhite()
  +sprite(0 0, 13px, 13px)
  display: inline-block
  margin-right: -2px

=arrowLeftWhite()
  +sprite(0 0, 13px, 13px)
  display: inline-block
  +transform(rotate(180deg))
  margin-left: -2px

=arrowRightBeige()
  +sprite(-15px 0, 13px, 13px)
  display: inline-block
  margin-right: -2px

=arrowRightBlack()
  +sprite(-30px 0, 13px, 13px)
  display: inline-block
  margin-right: -2px