Sha256: f6e3c8bd5c4b591e4f353f1297fc02634d4250ebb36559f1441e0ff63bd514e6
Contents?: true
Size: 825 Bytes
Versions: 2
Compression:
Stored size: 825 Bytes
Contents
// ---------------------------------------------------------------------------- // Sass declarations // ---------------------------------------------------------------------------- $background-color: #9c4274; $title-color: rgba(255, 255, 255, 0.7); $moreinfo-color: rgba(255, 255, 255, 0.3); $meter-background: darken($background-color, 15%); // ---------------------------------------------------------------------------- // Widget-meter styles // ---------------------------------------------------------------------------- .widget-meter { background-color: $background-color; input.meter { background-color: $meter-background; color: #fff; } .title { color: $title-color; } .more-info { color: $moreinfo-color; } .updated-at { color: rgba(0, 0, 0, 0.3); } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dashing-1.0 | templates/project/widgets/meter/meter.scss |
dashing-0.1.2 | templates/project/widgets/meter/meter.scss |