Sha256: f5693229a902fdea370427f12a3c4fa710efb6308af7dbe758d379249348ec2f
Contents?: true
Size: 822 Bytes
Versions: 16
Compression:
Stored size: 822 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 10px 14px; margin: 0; &:first-child { border-top: 0; } &.hidden { display: none; } &.choicepicker-fuzzy { padding: 10px 10px 5px; } > label { cursor: pointer; font-weight: text-weight(normal); margin: 0 0 0 10px; } } } }
Version data entries
16 entries across 16 versions & 1 rubygems