Sha256: da41daf66a7a9d50dc840ffd4c0cf695b194038859ae65a653defd96a4d46437

Contents?: true

Size: 578 Bytes

Versions: 17

Compression:

Stored size: 578 Bytes

Contents

// Styles below keep footer at bottom of viewport
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: $footer-height + $footer-top-margin;
}

.site-footer {
  margin-top: $footer-top-margin;
  padding: 10px;

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

@media (max-width: $screen-sm) {
  // make more room in the footer for mobile devices
  body {
    margin-bottom: 2 * $footer-height + $footer-top-margin;
  }
  .site-footer {
    height: 2 * $footer-height;
  }
}

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
hyrax-1.1.1 app/assets/stylesheets/hyrax/_footer.scss
hyrax-1.1.0 app/assets/stylesheets/hyrax/_footer.scss
sufia-7.4.1 app/assets/stylesheets/sufia/_footer.scss
hyrax-1.0.5 app/assets/stylesheets/hyrax/_footer.scss
sufia-7.4.0 app/assets/stylesheets/sufia/_footer.scss
hyrax-1.0.4 app/assets/stylesheets/hyrax/_footer.scss
hyrax-1.0.3 app/assets/stylesheets/hyrax/_footer.scss
hyrax-1.0.2 app/assets/stylesheets/hyrax/_footer.scss
hyrax-1.0.1 app/assets/stylesheets/hyrax/_footer.scss
hyrax-1.0.0.rc2 app/assets/stylesheets/hyrax/_footer.scss
sufia-7.3.1 app/assets/stylesheets/sufia/_footer.scss
hyrax-1.0.0.rc1 app/assets/stylesheets/hyrax/_footer.scss
sufia-7.3.0 app/assets/stylesheets/sufia/_footer.scss
sufia-7.3.0.rc3 app/assets/stylesheets/sufia/_footer.scss
sufia-7.3.0.rc2 app/assets/stylesheets/sufia/_footer.scss
sufia-7.3.0.rc1 app/assets/stylesheets/sufia/_footer.scss
test_hyrax-0.0.1.alpha app/assets/stylesheets/hyrax/_footer.scss