Sha256: d687086c841181c03c449ed025567f42883e0d2df0ca974667d48e1a7a2ade19
Contents?: true
Size: 686 Bytes
Versions: 3
Compression:
Stored size: 686 Bytes
Contents
/** * Sticky footer */ html,body { width: 100%; height: 100%; // compatibility with all browsers (desktop/mobile) less // - IE < 10 // - Opera (desktop/mobile) < 12.1 // more datails: http://caniuse.com/#feat=flexbox display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-direction: normal; -moz-box-direction: normal; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .main { -webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
writers-zone-0.2.1 | _sass/layout/_sticky-footer.scss |
writers-zone-0.2.0 | _sass/layout/_sticky-footer.scss |
writers-zone-0.1.5 | _sass/layout/_sticky-footer.scss |