Sha256: b506fc467f366e1472b5710e3419e372c4dbab857807c30f5f6081837f50e81d
Contents?: true
Size: 1.08 KB
Versions: 5
Compression:
Stored size: 1.08 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
5 entries across 5 versions & 1 rubygems