Sha256: 51e37ca4bf31fe85c8790ea4932e331f06b59d3f3f77ed4511021ab3f154a1b4
Contents?: true
Size: 1.24 KB
Versions: 5
Compression:
Stored size: 1.24 KB
Contents
@import "../../../pb_title/title_mixin"; @import "../../../tokens/spacing"; .markdown { h1 { @include heading-1; margin: 1rem 0; } h2 { @include heading-2; margin: 1rem 0; } h3 { @include heading-3; margin: 1rem 0; } h4 { @include heading-4; margin: 1rem 0; } h5 { margin: 1rem 0; } h6 { margin: 1rem 0; } hr { margin: 2rem 0; } p{ margin: 1.5rem 0; } code { background: #122b3b; color: #faf6e4; padding: 0.5rem 1.5rem; margin: 1rem 0; box-shadow: 0 2px 10px rgba($ink,0.2); border-radius: 0.25rem; overflow: hidden; font-size: 1rem; } body { font-size: 1rem; } ul, ol { margin: 0; padding: 0; list-style: none; } ol { counter-reset: list-counter; li:before { content: counter(list-counter); counter-increment: list-counter; display: block; width: 20px; flex: 0 0 20px; text-align: left; color: $ink-lightest; font-weight: $bold; margin-right: $space-sm; } } li { border-bottom: 1px solid $sky; padding: $space-sm 0; display: flex; align-items: left; &:last-child { border-bottom: 0; // padding-bottom: 0; } } }
Version data entries
5 entries across 5 versions & 1 rubygems