Sha256: a68ea54c09308ae8b89baeb023e10eed88d0a4e8beb7f7ad5b87fbd8bc407718

Contents?: true

Size: 1019 Bytes

Versions: 4

Compression:

Stored size: 1019 Bytes

Contents

.mobile_sharing {
  li {
    > a {
      display: block;
      margin-left: 78px;
      color: white;
      text-decoration: none;
      font-size: 24px;
      padding-top: 12px;
      border: 0;
      height: 80px;

      &:before {
        content: "";
        position: absolute;
        width: 42px;
        height: 37px;
        background-size: 100% auto;
        left: 20px;
        top: 30px;
      }

      &.facebook:before {
        background-position: center top;
      }

      &.twitter:before {
        background-position: center 122px;
      }

      &.google:before {
        background-position: center bottom;
      }
    }
  }

  .sub_share a {
    color: white;
    font-family: SourceSansPro;
    font-size: 13px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    width: auto;
    display: block;
    margin: 0 1em 1em 1em;
    padding: 1em 0;

    &:hover {
      background-color: rgba(0, 0, 0, 0.6);
    }
  }
}

.sub_share {
  display: none;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pageflow-outline-navigation-bar-1.2.0 app/assets/stylesheets/pageflow/outline_navigation_bar/themes/default/mobile_sharing.scss
pageflow-outline-navigation-bar-1.1.0 app/assets/stylesheets/pageflow/outline_navigation_bar/themes/default/mobile_sharing.scss
pageflow-outline-navigation-bar-1.0.0 app/assets/stylesheets/pageflow/outline_navigation_bar/themes/default/mobile_sharing.scss
pageflow-outline-navigation-bar-0.1.0 app/assets/stylesheets/pageflow/outline_navigation_bar/themes/default/mobile_sharing.scss