Sha256: cac98facc3fb50397870fe307d08fcb2fab3edda64234205cc83d6e83b386807
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
$size: 18px; .social-share-button { .ssb-icon { background-position: center center; background-repeat: no-repeat; background-size: $size $size; display: inline-block; height: $size; width: $size; } @each $site in twitter, facebook, google_bookmark, google_plus, weibo, qq, delicious, linkedin, tumblr, pinterest, douban, wechat, vkontakte, xing, email, reddit { .ssb-#{$site} { background-image: image-url('social-share-button/#{$site}.svg'); } } } .ss-wechat-dialog { width: 270px; height: 300px; position: fixed; background: #fff; padding: 10px; border: solid 1px #ddd; z-index: 11001; font-size: 12px; line-height: 1.2em; .wechat-dialog-qr { text-align: center; margin: 10px 0px; } .wechat-popup-close { width: 16px; height: 16px; position: absolute; right: 0px; top: 10px; color: #999; text-decoration: none; font-size: 16px; } .wechat-popup-footer { text-align: left; line-height: 22px; color: #666; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
social-share-button-0.7.0 | app/assets/stylesheets/social-share-button.scss |