Sha256: 0dd5cce3352453e5fdeb6c4e28e1251ff90b25a4947b6485cd5c680e0a64931b

Contents?: true

Size: 501 Bytes

Versions: 9

Compression:

Stored size: 501 Bytes

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;
      padding-left: 18px;
      text-indent: 10px;
      color: $gray-light;
    }
    a:hover, a:focus {
      color: $gray;
      text-decoration: none;
    }
  }
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
blacklight-spotlight-0.21.0 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.20.3 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.20.2 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.20.1 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.20.0 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.19.2 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.19.1 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.19.0 app/assets/stylesheets/spotlight/_footer.scss
blacklight-spotlight-0.18.0 app/assets/stylesheets/spotlight/_footer.scss