Sha256: cd309c1b7cfad75a96506832888283acb9e565019485add8b78a28ad38083ab3

Contents?: true

Size: 577 Bytes

Versions: 63

Compression:

Stored size: 577 Bytes

Contents

// Based on http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
// Mix into the top level.
// Footer element must be outside of root wrapper element.
// Footer must be a fixed height.

=sticky-footer(!footer_height, !root_selector = "#root", !root_footer_selector = "#root_footer", !footer_selector = "#footer")
  html, body
    :height 100%
  #{!root_selector}
    :min-height 100%
    :margin-bottom= -!footer_height
    #{!root_footer_selector}
      :height= !footer_height
  #{!footer_selector}
    :clear both
    :position relative
    :height= !footer_height

Version data entries

63 entries across 63 versions & 9 rubygems

Version Path
chriseppstein-compass-0.8.14 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
chriseppstein-compass-0.8.15 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
chriseppstein-compass-0.8.16 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
chriseppstein-compass-0.8.17 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
chriseppstein-compass-0.8.2 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
chriseppstein-compass-0.8.3 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
chriseppstein-compass-0.8.4 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
chriseppstein-compass-0.8.5 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
chriseppstein-compass-0.8.6 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
chriseppstein-compass-0.8.7 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
chriseppstein-compass-0.8.8 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
chriseppstein-compass-0.8.9 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
jsmestad-compass-0.4.2.1 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
jwhitmire-compass-0.5.1.1 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
jwhitmire-compass-0.5.1.2 frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
middleman-0.12.0.pre lib/middleman/vendor/gems/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
middleman-0.10.17 vendor/gems/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
middleman-0.10.16 vendor/gems/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
middleman-0.10.15 vendor/gems/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
middleman-0.10.14 vendor/gems/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass