Sha256: 0b267335ce5e7ef06a166fa7b35e8c58f0c72ef25fab3c4f57977dd95ae65ee8
Contents?: true
Size: 748 Bytes
Versions: 40
Compression:
Stored size: 748 Bytes
Contents
%WrapOverlay { padding-bottom: 100px; padding-top: 100px; position: relative; z-index: 2; &.legacy { @include ib; width: 80%; } &:not(.legacy) { grid-column: 2 / 3; align-self: center; } } .wrap.overlay-load { @extend %WrapOverlay; max-width: 300px; svg { display: none; } } .wrap.overlay-mobile { @extend %WrapOverlay; font-size: 2.0rem; max-width: 320px; p + .box.mobile { margin-top: 20px; } } .wrap.overlay-about { @extend %WrapOverlay; h4 + p, p + p { margin-top: 20px; } } .wrap.overlay-browse { @extend %WrapOverlay; &:not(.legacy) { @extend %GridOverlay; } } .wrap.overlay-search { @extend %WrapOverlay; align-content: center; display: grid; }
Version data entries
40 entries across 40 versions & 1 rubygems