Sha256: 7ef41bfb02dfab247b0e248e449658c145278dc7e2c65768372cf254ec90f68b
Contents?: true
Size: 707 Bytes
Versions: 17
Compression:
Stored size: 707 Bytes
Contents
.overlay { @include zeros; background-color: rgba($smoke,0.95); justify-content: center; padding-bottom: 100px; padding-top: 100px; overflow: scroll; display: none; height: 100%; width: 100%; color: $gun; z-index: 4; &.--open { display: grid; } &._load { background-color: $smoke; z-index: 5; &.--demo { @extend %grid_load; } } &._mobile { background-color: $smoke; @extend %grid_load; } &._load { @extend %grid_load; z-index: 5; } &._about { @extend %grid_overlay; h4 + p, p + p { margin-top: 20px; } } &._browse { @extend %grid_overlay; } &._search { @extend %grid_search; } }
Version data entries
17 entries across 17 versions & 1 rubygems