Sha256: 7fb7aeb122b252f4561617a372a3ac8ed6bfbf987e467fbc081b13cbddd1a35b
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
/* Creating a sprite from following images: lib/assets/images/sprites/social-share-button/douban.png (16x16) lib/assets/images/sprites/social-share-button/facebook.png (16x16) lib/assets/images/sprites/social-share-button/twitter.png (16x16) lib/assets/images/sprites/social-share-button/weibo.png (16x16) Output files: lib/assets/images/sprites/social-share-button.png lib/assets/stylesheets/social-share-button.scss Output size: 32x32 */ .social-share-button-douban { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/social-share-button.png')) 0px 0px no-repeat } .social-share-button-facebook { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/social-share-button.png')) -16px 0px no-repeat } .social-share-button-twitter { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/social-share-button.png')) 0px -16px no-repeat } .social-share-button-weibo { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/social-share-button.png')) -16px -16px no-repeat }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
social-share-button-0.0.2 | lib/assets/stylesheets/social-share-button.scss |