Sha256: fca0eebe09c6284dc5eeb745c6d442a1587cb73486ce87ddc0d630e4f13bf19b
Contents?: true
Size: 978 Bytes
Versions: 11
Compression:
Stored size: 978 Bytes
Contents
.wrap { &._book { align-content: center; display: grid; height: 100%; } &._home { height: 100%; width: 100%; } &._scroller { @extend %wrap_grid; grid-gap: 10px; } &.type { &-page { @extend %wrap_grid; + .wrap.type-page { &:not(.setup-docs) { margin-top: 20px; } &.setup-docs { margin-top: 1px; } } + .wrap.type-chapter { margin-top: 100px; } } &-chapter { @extend %wrap_grid; + .wrap.type-page { margin-top: 20px; } } } &._overlay { @extend %wrap_grid; align-self: center; position: relative; z-index: 2; &.--load { text-align: center; .title + .box { margin-top: 20px; } } &.--mobile { text-align: center; p + .box._mobile { margin-top: 20px; } } &.--search { grid-gap: 5px; } } }
Version data entries
11 entries across 11 versions & 1 rubygems