Sha256: 5fb371d6d1a298cd640819c6fad4081c0c443a5759e85f6cbe00ebfbb723f7eb
Contents?: true
Size: 712 Bytes
Versions: 18
Compression:
Stored size: 712 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-bottom: 1px solid; border-bottom-color: inherit; clear: both; display: block; font-weight: inherit; line-height: 1; padding: 16px 20px 14px; margin: 0; &:last-child { border-bottom: 0; } > label { font-weight: text-weight(normal); margin: 0 0 0 10px; } } } }
Version data entries
18 entries across 18 versions & 1 rubygems