Sha256: 90630a294e217fe26046d1dcfe663a5869ceb65fabf6b6aa999870a1e04fbd3b
Contents?: true
Size: 670 Bytes
Versions: 7
Compression:
Stored size: 670 Bytes
Contents
.area { &.page-artwork { position: relative; &.style-docs { grid-gap: 10px; display: grid; } } &.hero.demo { @extend %grid_default; justify-content: center; padding-bottom: 40px; padding-top: 40px; display: grid; } &.book { @include ib; padding-right: 10px; padding-left: 10px; } &.type-page { @extend %area-page; &.style-docs { grid-row-gap: 20px; } } &.type-chapter { @extend %area-page; background-color: black; color: white; ul { list-style: none; grid-gap: 10px; display: grid; li { @extend h5; } } } }
Version data entries
7 entries across 7 versions & 1 rubygems