Sha256: 7b36d31cf1bc136e88921a79c005f3e367e9eef5b0d817473751c91e9c1c52ca
Contents?: true
Size: 845 Bytes
Versions: 1
Compression:
Stored size: 845 Bytes
Contents
// ---------------------------------------------------------------------------- // Sass declarations // ---------------------------------------------------------------------------- $background-color: #47bbb3; $value-color: #fff; $title-color: rgba(255, 255, 255, 0.7); $moreinfo-color: rgba(255, 255, 255, 0.7); // ---------------------------------------------------------------------------- // Widget-number styles // ---------------------------------------------------------------------------- .widget-digit { background-color: $background-color; .title { color: $title-color; } .value { color: $value-color; } .change-rate { font-weight: 500; font-size: 30px; color: $value-color; } .more-info { color: $moreinfo-color; } .updated-at { color: rgba(0, 0, 0, 0.3); } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kiteboard-0.1.0 | app/assets/stylesheets/widgets/digit.scss |