Sha256: 554a367c2224e075794e44e54cbe4f0ddaaea68b6ab4d4d1b39bf1689e007f3b

Contents?: true

Size: 622 Bytes

Versions: 62

Compression:

Stored size: 622 Bytes

Contents

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

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

  &.dashboard {
    margin-bottom: 0;
  }
}


.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

62 entries across 62 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/assets/stylesheets/hyrax/_footer.scss
hyrax-3.5.0 app/assets/stylesheets/hyrax/_footer.scss
hyrax-3.4.2 app/assets/stylesheets/hyrax/_footer.scss
hyrax-3.4.1 app/assets/stylesheets/hyrax/_footer.scss
hyrax-3.4.0 app/assets/stylesheets/hyrax/_footer.scss
hyrax-3.3.0 app/assets/stylesheets/hyrax/_footer.scss
hyrax-3.2.0 app/assets/stylesheets/hyrax/_footer.scss
hyrax-2.9.6 app/assets/stylesheets/hyrax/_footer.scss
hyrax-3.1.0 app/assets/stylesheets/hyrax/_footer.scss
hyrax-2.9.5 app/assets/stylesheets/hyrax/_footer.scss
hyrax-3.0.2 app/assets/stylesheets/hyrax/_footer.scss
hyrax-3.0.1 app/assets/stylesheets/hyrax/_footer.scss
hyrax-3.0.0 app/assets/stylesheets/hyrax/_footer.scss
hyrax-3.0.0.pre.rc4 app/assets/stylesheets/hyrax/_footer.scss
hyrax-2.9.4 app/assets/stylesheets/hyrax/_footer.scss
hyrax-3.0.0.pre.rc3 app/assets/stylesheets/hyrax/_footer.scss
hyrax-2.9.3 app/assets/stylesheets/hyrax/_footer.scss
hyrax-2.9.2 app/assets/stylesheets/hyrax/_footer.scss
hyrax-2.9.1 app/assets/stylesheets/hyrax/_footer.scss
hyrax-2.9.0 app/assets/stylesheets/hyrax/_footer.scss