Sha256: e36f939673658212cf0a37acbfe59146ccaf1d9485b1c10314fca6531ae7acb5
Contents?: true
Size: 978 Bytes
Versions: 20
Compression:
Stored size: 978 Bytes
Contents
ul, ol { margin: { top: 2em; bottom: 2em; } li { line-height: $base-line-height; margin: { top: .75em; bottom: .75em; } } } h1, h2, h3, h4, h5, h6, p { + ul, + ol { margin: { top: 0; } } } ul, ol { list-style: none; padding-left: 0; display: table; li:after { content: ""; display: block; margin-bottom: 0.5em; } } ul li { display: table-row; &:before { content: "•"; display: table-cell; padding-right: 0.4em; } } ol li { display: table-row; counter-increment: table-ol; &:before { content: counter(table-ol) "."; display: table-cell; padding-right: 0.4em; text-align: right; } } li { margin-bottom: 0.5em; } // Unstyled lists .usa-unstyled-list { margin: 0; padding: 0; list-style-type: none; li { display: list-item; margin: 0; &:before { display: none; } &:after { display: none; } } }
Version data entries
20 entries across 19 versions & 2 rubygems