Sha256: 0bab14d0f75428b4b8ea208f8359578ad159c0122d5e084d5e7f996a3b97de40
Contents?: true
Size: 897 Bytes
Versions: 21
Compression:
Stored size: 897 Bytes
Contents
@mixin AreaOverlay() { @include zeros; background-color: rgba(map-get($color,smoke),0.95); color: map-get($color,gun); justify-content: center; overflow: scroll; display: none; height: 100%; width: 100%; z-index: 4; &.legacy { @include center; } } %AreaOverlayLoad { @include AreaOverlay; background-color: map-get($color,smoke); text-align: center; z-index: 5; &:not(.legacy) { @extend %GridLoad; } } .area.overlay-load { @extend %AreaOverlayLoad; } .area.overlay-mobile { @extend %AreaOverlayLoad; } .area.overlay-about { @include AreaOverlay; h4 + p, p + p { margin-top: 20px; } &:not(.legacy) { @extend %GridOverlay; } } .area.overlay-browse { @include AreaOverlay; &:not(.legacy) { @extend %GridOverlay; } } .area.overlay-search { @include AreaOverlay; &:not(.legacy) { @extend %GridSearch; } }
Version data entries
21 entries across 21 versions & 1 rubygems