Sha256: 1a1c852491ca7f762c1345102ff0cfdc014ec20bb7ab89eaec764af4c8bed9ba
Contents?: true
Size: 796 Bytes
Versions: 110
Compression:
Stored size: 796 Bytes
Contents
// Table of Contents // ================================================== // Choicepicker // scss-lint:disable NestingDepth // scss-lint:disable SelectorDepth // Choicepicker // ================================================== .choicepicker { > span { display: block; max-height: 230px; overflow-x: auto; > li { border-top: 1px solid; border-top-color: inherit; clear: both; display: block; font-weight: inherit; line-height: 1; padding: 16px 20px 14px; margin: 0; &:first-child { border-top: 0; } &.hidden { display: none; } &.choicepicker-fuzzy { padding: 10px 10px 5px; } > label { font-weight: text-weight(normal); margin: 0 0 0 10px; } } } }
Version data entries
110 entries across 110 versions & 1 rubygems