Sha256: 30775a82dffd28bf05e33c5e2fab9dd1774186679cfcb631cd1f99fb5eaf9c92
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 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/qq.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: 48x32 */ .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-qq { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/social-share-button.png')) 0px -16px no-repeat } .social-share-button-twitter { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/social-share-button.png')) -16px -16px no-repeat } .social-share-button-weibo { display:inline-block; width: 16px; height: 16px; background: url(image-path('sprites/social-share-button.png')) -32px 0px no-repeat }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
social-share-button-0.0.4 | lib/assets/stylesheets/social-share-button.scss |
social-share-button-0.0.3 | lib/assets/stylesheets/social-share-button.scss |