Sha256: b34d93e949475185b85fd40a6e429889e934db4472ee4dd8f09c85bc6a7c66e4
Contents?: true
Size: 546 Bytes
Versions: 12
Compression:
Stored size: 546 Bytes
Contents
// Table of Contents // ================================================== // Timepicker // scss-lint:disable NestingDepth // scss-lint:disable SelectorDepth // Timepicker // ================================================== .timepicker { color: color(white); padding: 4px; table { width: 100%; td { height: 30px; padding: 0; text-align: center; a { color: color(gray); font-size: 24px; &:hover, &:active, &:focus { color: color(primary); } } } } }
Version data entries
12 entries across 12 versions & 1 rubygems