Sha256: 9e42e79376c541d54dedbd33fedb89749e5f1e2d28e6fc95ffdf8d4fdea09c77
Contents?: true
Size: 806 Bytes
Versions: 4
Compression:
Stored size: 806 Bytes
Contents
.fixed-top { position: fixed; top: 0; left: 0; width: 100%; z-index: 1; } .navbar > .content { padding-top: 0; padding-bottom: 0; min-height: 0; height: 0; } .menu { display: inline-block; padding: 1.75rem 1.5rem; border-bottom: none; margin-left: -1.5rem; color: $gray!important; @media screen and (min-width: $break-point-2) { padding: 1.25rem 1.5rem; position: absolute; left: -9999px; &:focus { position: static; } } // @media print { // display: none; // } } .shadow-main { // opacity: 0; // will-change: opacity; pointer-events: none; } .loading { display: none; // position: absolute; // top: 0; // right: 0; // padding: 3 * 1.75rem 3 * 1.5rem; // transform-origin: top right; // transform: scale(0.33); }
Version data entries
4 entries across 4 versions & 1 rubygems