Sha256: 6f85d81ebd68e3d6bddefca3da4022326577213a935014cb1c2afecbd7ca1bea
Contents?: true
Size: 822 Bytes
Versions: 51
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 20px 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
51 entries across 51 versions & 1 rubygems