Sha256: 386f7e3fb45c6b376a04aef553dca289491aceb676721222e38c5dcf1c0aef99
Contents?: true
Size: 662 Bytes
Versions: 12
Compression:
Stored size: 662 Bytes
Contents
.ui-components-checkbox-list { list-style: none; white-space: nowrap; padding-left: 0; margin: 0; &.two-columns { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; > li:first-child > .checkbox { margin-top: 0; } } } // toolbar checkboxes appear as toggleable buttons .toolbar .ui-components-checkbox-list li { &.btn { // scss-lint:disable QualifyingElement input[type='checkbox'] { position: absolute; display: none; } .checkbox { margin: 0; label { font-style: normal; font-size: 1em; padding: 0; margin: 0; } } } }
Version data entries
12 entries across 12 versions & 1 rubygems