Sha256: deff480824a02a7140c97b330e3d0f867f3d3b988f062e789f582d0b8bf6e592
Contents?: true
Size: 595 Bytes
Versions: 7
Compression:
Stored size: 595 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; @if ($pseudo-elements) { &:hover, &:active, &:focus { color: color(primary); } } } } } }
Version data entries
7 entries across 7 versions & 1 rubygems