Sha256: 62ead6b9bc56852c8c5c88562541415f7334ea950ebeca748b90a8e517771a1b

Contents?: true

Size: 1.04 KB

Versions: 18

Compression:

Stored size: 1.04 KB

Contents

.site-footer {
  background-color: $gray-lighter;
  color: $gray-light;
  margin-top: $footer-top-margin;
  padding: 10px;

  // Styles below keep footer at bottom of viewport
  position: absolute;
  bottom: 0;
  height: $footer-height;
  width: 100%;

  .social-share-button {
    a {
      display: block;
      margin-bottom: 5px;
      background: none;
      width: 100%;
      color: $gray-light;
    }
    a:hover, a:focus {
      color: $gray;
      text-decoration: none;
    }
    a:before {
      content: '';
      margin-right: 5px;
      margin-bottom: -3px;
      display: inline-block;
      width: 16px;
      height: 16px;
    }
    a.social-share-button-twitter:before {
      background: image-url("sprites/social-share-button.png") -32px -48px no-repeat;
    }
    a.social-share-button-facebook:before {
      background: image-url("sprites/social-share-button.png") -32px 0px no-repeat;
    }
    a.social-share-button-google_plus:before {
      background: image-url("sprites/social-share-button.png") -16px -32px no-repeat;
    }
  }
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
blacklight-spotlight-0.17.1 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.17.0 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.16.0 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.15.0 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.14.2 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.14.1 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.14.0 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.13.0 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.12.1 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.12.0 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.11.0 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.10.3 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.10.2 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.10.1 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.10.0 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.9.2 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.9.1 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.9.0 app/assets/stylesheets/spotlight/_footer.scss