Sha256: 4e8d014a5ffc9c8832df82cee8b858216e2549da947d42a9eccf6fe901e1a638

Contents?: true

Size: 1.14 KB

Versions: 4

Compression:

Stored size: 1.14 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, hacker_news {
    .ssb-#{$site} {
      background-image: image-url('social-share-button/#{$site}.svg');
    }
  }
}

.ss-wechat-dialog {
  width: 300px;
  position: fixed;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 11001;
  font-size: 14px;
  line-height: 1.2em;

  .wechat-popup-header {
    font-weight: bold;
  }

  .wechat-dialog-qr {
    text-align: center;
    margin: 25px 0px;
  }

  .wechat-popup-close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999;
    text-decoration: none;
    font-size: 16px;
  }

  .wechat-popup-footer {
    text-align: left;
    line-height: 22px;
    color: #666;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
social-share-button-0.8.7 app/assets/stylesheets/social-share-button.scss
social-share-button-0.8.6 app/assets/stylesheets/social-share-button.scss
social-share-button-0.8.5 app/assets/stylesheets/social-share-button.scss
social-share-button-0.8.4 app/assets/stylesheets/social-share-button.scss