Sha256: 82655842116899bde9b58cc43674495323fc826ee1d98627325d9f4f23780618
Contents?: true
Size: 757 Bytes
Versions: 9
Compression:
Stored size: 757 Bytes
Contents
// .block.util { // grid-auto-rows: min-content; // grid-row-gap: 6px; // display: grid; // fill: setcolor(coal); // } .block.util.type-page.style-page { @extend %ContentPrep; fill: setcolor(coal); grid-row-gap: 6px; display: grid; } .block.util.type-chapter.style-page { position: absolute; bottom: 56px; right: 56px; } .block.util-share { @extend %GridUtil; cursor: pointer; } .block.util-share.type-chapter.style-page { justify-content: flex-end; direction: rtl; } .block.util-share.type-chapter h5 { direction: ltr; } .block.util-share.style-docs svg { height: 30px; width: 30px; } .block.util-url { display: none; } .block.util-update { @extend %GridUtil; } .block.util-author { @extend %GridUtil; }
Version data entries
9 entries across 9 versions & 1 rubygems