Sha256: f7880f5b722e587453a77d39f1fb47c73cbb1b0855b49f154dbed3d4cfbeffb6
Contents?: true
Size: 754 Bytes
Versions: 86
Compression:
Stored size: 754 Bytes
Contents
// Table of Contents // ================================================== // Colorpicker // Colorpicker // ================================================== .colorpicker { min-width: 170px; padding: 8px; li { display: block; float: left; height: 30px; margin: 2px; width: 30px; } .swatch { @include appearance(none); border: 1px solid rgba(255,255,255,0.15); border-radius: border-radius(b); box-sizing: border-box; cursor: pointer; display: block; height: inherit; padding: 0; vertical-align: middle; width: inherit; } } .colorpicker-active { border: 1px solid rgba(0,0,0,0.075); border-radius: border-radius(b); box-sizing: border-box; height: 28px; width: 28px; }
Version data entries
86 entries across 86 versions & 1 rubygems