Sha256: a85ccd62e7ce1b9e239c22e407ca4809ef6ea11b90e10dd241c82679b21447be
Contents?: true
Size: 819 Bytes
Versions: 80
Compression:
Stored size: 819 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
80 entries across 80 versions & 9 rubygems