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