Sha256: 9f8f13315e1a99a36a2e3e6724f8643b52bd278920515059ab823821f06b5088
Contents?: true
Size: 642 Bytes
Versions: 9
Compression:
Stored size: 642 Bytes
Contents
html { height: 100%; } body { position: relative; min-height: 100%; padding-left: $width-sidebar; } .admin { background-color: $admin-body-bg; } .admin-nav { position: absolute; top: 0; bottom: 0; left: 0; width: $width-sidebar; @media print { display: none } } .content-wrapper { background-color: $content-wrapper-bg; 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 { position: relative; padding: 0; margin-top: 15px; }
Version data entries
9 entries across 9 versions & 1 rubygems