Sha256: 3a9c5b7e6116c9b14f95c7bed5476394a1ce659ecbe04cdd09f3bfdcefa5f66d
Contents?: true
Size: 748 Bytes
Versions: 3
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: 320px; 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
futuro-0.7.8 | _sass/wrap/overlay.scss |
futuro-0.7.6 | _sass/wrap/overlay.scss |
futuro-0.7.5 | _sass/wrap/overlay.scss |