Sha256: ab89bd2945eac05223ec4baeaf263e18e61945b844f1e93762f9a72da665b820
Contents?: true
Size: 1.08 KB
Versions: 16
Compression:
Stored size: 1.08 KB
Contents
= sprite(!group_name, !image_name, !offset=0) @if !group_name == "navigation" and !image_name == "button-grid" background: url('//public/images/sprites/navigation.png?1281848626') no-repeat 0px #{0+!offset}px width: 26px height: 26px @else if !group_name == "navigation" and !image_name == "button-next-disabled" background: url('//public/images/sprites/navigation.png?1281848626') no-repeat 0px #{-26+!offset}px width: 26px height: 26px @else if !group_name == "navigation" and !image_name == "button-next" background: url('//public/images/sprites/navigation.png?1281848626') no-repeat 0px #{-52+!offset}px width: 26px height: 26px @else if !group_name == "navigation" and !image_name == "button-prev-disabled" background: url('//public/images/sprites/navigation.png?1281848626') no-repeat 0px #{-78+!offset}px width: 26px height: 26px @else if !group_name == "navigation" and !image_name == "button-prev" background: url('//public/images/sprites/navigation.png?1281848626') no-repeat 0px #{-104+!offset}px width: 26px height: 26px
Version data entries
16 entries across 16 versions & 1 rubygems