Sha256: 4621f7448e657b42db0f71c4b77cce27f0bbeb43ab065e6fe6bd3f5df6e16be7
Contents?: true
Size: 1.1 KB
Versions: 14
Compression:
Stored size: 1.1 KB
Contents
$AreaHeight : 448px; $SubHeight : 56px; $RowHeight : 258px; $PieHeight : 306px; $AreaRow : $AreaHeight - $RowHeight; $AreaSub : $AreaHeight - $SubHeight; %PageContent { > h1, > h2, > h3, > h4, > h5, > h6, > p, > ul, > ol, > .roller, .block.animate { @extend %ContentPrep; } > ul:not([class]), > ol:not([class]) { padding-left: 40px; } > ul.numbers, > ol.numbers { padding-left: 50px; list-style: decimal; } > ul.letters, > ol.letters { padding-left: 40px; list-style: lower-alpha; } .list.pies { width: 100%; margin: 0; } } .area.type-page:not(.style-docs) { @extend %PageContent; @extend %ContentFlow; height: $AreaHeight; &.has-subtitle { height: $AreaSub; } &.has-row { height: $AreaRow; } &.is-pie { height: $PieHeight; } } .area.type-page.style-docs { padding-top: 20px; display: grid; } // .area.type-page.tag-cheatsheet h1 { // margin-bottom: 40px; // } // // .area.type-page.style-docs { // grid-row-gap: 20px; // } // // .area.type-page.row-page { // grid-auto-rows: min-content; // grid-gap: 0; // }
Version data entries
14 entries across 14 versions & 1 rubygems