Sha256: b61d2a8aa516534f51cc6d2d672600b8dcb8e17abd88c9111f6c9532c1296e7f
Contents?: true
Size: 866 Bytes
Versions: 11
Compression:
Stored size: 866 Bytes
Contents
html { height: 100%; } body { position: relative; min-height: 100%; &.new-layout { padding-left: $width-sidebar; } } .admin-nav { @include position(absolute, 0 null 0 0); width: $width-sidebar; @media print { display: none } } .content-wrapper { body:not(.new-layout) & { margin-left: $width-sidebar; @media print { margin-left: 0 } } body.new-layout & { @include padding(1rem map-get($grid-gutter-widths, "xl") null); } &.centered { @include margin(null auto); max-width: map-get($container-max-widths, "xl"); } } .content-main { @include make-col(12); overflow-x: hidden; // makes sure that the tabs are able to resize .has-sidebar & { @include make-col(9); } } .content-sidebar { @include make-col(3); } #content { position: relative; z-index: 0; padding: 0; margin-top: 15px; }
Version data entries
11 entries across 11 versions & 1 rubygems