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/SBogers10/sportivo.komma.pro/wwwroot/css/mixins/_sprite.sass
//Sprite
$spriteWidth: 437px
$spriteHeight: 200px

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

=arrowBottomOrange()
  +sprite(0px -50px)
  display: block
  width: 8px
  height: 8px

=arrowBottomOrangeLarge()
  +sprite(0px -80px)
  display: block
  width: 14px
  height: 12px


=arrowBottomWhite()
  +sprite(0px -60px)
  display: block
  width: 8px
  height: 8px

=arrowBottomWhiteLarge()
  +sprite(0px -95px)
  display: block
  width: 13px
  height: 13px

=arrowRightBlue()
  +sprite(-10px -50px)
  display: block
  width: 9px
  height: 8px
  margin-left: 5px

=arrowRightWhite()
  +sprite(-10px -60px)
  display: block
  width: 9px
  height: 8px
  margin-left: 5px

=arrowRightOrange()
  +sprite(-10px -70px)
  display: block
  width: 9px
  height: 8px
  margin-left: 5px

=arrowRightOrangeLarge()
  +sprite(-15px -80px)
  display: block
  width: 13px
  height: 13px

=arrowRightWhiteLarge()
  +sprite(-15px -95px)
  display: block
  width: 13px
  height: 13px