Sha256: 873d05bf2a492b76c7330c706efb6b4f69ac547d4686c9629fbe8db061d57ef9
Contents?: true
Size: 1.09 KB
Versions: 6
Compression:
Stored size: 1.09 KB
Contents
// // Layouts // -------------------------------------------------- .layout-pf-alt { &, & body { min-height: 100% } &.layout-pf-alt-fixed { &.layout-pf-alt-fixed-inner-scroll { &, & body { height: 100%; min-height: 0; } .container-pf-alt-nav-pf-vertical-alt { height: 100%; overflow: auto; &.container-cards-pf { margin-top: 0; padding-top: ($grid-gutter-width/2); } } } &.transitions .container-pf-alt-nav-pf-vertical-alt { transition: $flyout-transition-pf; } body { padding-top: $navbar-pf-alt-height; // make space for the navbar } .container-pf-alt-nav-pf-vertical-alt { margin-left: ($nav-pf-vertical-alt-width); &.collapsed-nav { margin-left: ($nav-pf-vertical-alt-collapsed-width); // adjust space for the collapsed left nav } &.hidden-nav { margin-left: 0; // remove space as left nav is hidden } } } &.layout-pf-alt-fixed-with-footer { body { padding-bottom: $footer-pf-alt-height; } } }
Version data entries
6 entries across 6 versions & 1 rubygems