Sha256: 434cdf9077f24bd5363b8d65d8dbe21ded2af3607c02c486ebdb3ec3a291d0fc

Contents?: true

Size: 498 Bytes

Versions: 3

Compression:

Stored size: 498 Bytes

Contents

@import "bootstrap";

$sticky_footer_height: 60px;

body {
  padding-top: $navbar-height + 20;
}

// If you want to use a sticky footer, put the .sticky class on your .html
html.sticky {
  position: relative;
  min-height: 100%;
}

@media (min-width: $screen-sm-min) {
  .sticky body {
    margin-bottom: $sticky_footer_height;
  }

  .sticky footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: $sticky_footer_height;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
happy_seed-0.0.19 lib/generators/happy_seed/static/templates/source/stylesheets/application.css.scss
happy_seed-0.0.18 lib/generators/happy_seed/static/templates/source/stylesheets/application.css.scss
happy_seed-0.0.17 lib/generators/happy_seed/static/templates/source/stylesheets/application.css.scss