Sha256: 50decfb632b2cfdc76ca79233f753f9425d052a23b634d8fd2baad9e10b21ecb
Contents?: true
Size: 641 Bytes
Versions: 39
Compression:
Stored size: 641 Bytes
Contents
html { height: 100%; } body { position: relative; min-height: 100%; padding-left: $width-sidebar; } .admin-nav { position: absolute; top: 0; bottom: 0; left: 0; width: $width-sidebar; @media print { display: none } } .content-wrapper { padding-top: 1rem; padding-left: $grid-gutter-width; padding-right: $grid-gutter-width; &:not(.full-width) { margin-left: auto; margin-right: 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
39 entries across 39 versions & 2 rubygems