Sha256: 174ca2030715441235f667ba1cc1657260a0d4c7ac7f5e732f879e9924528ea0
Contents?: true
Size: 441 Bytes
Versions: 2
Compression:
Stored size: 441 Bytes
Contents
// // COLOR CLASSES // .c-red { color: $red; } .c-yellow { color: $yellow; } .c-middle-gray { color: $middle-gray; } .c-blue { color: $blue; } // // BACKGROUND COLOR CLASSES // .bc-white { background-color: white; } .bc-gray { background-color: $light-gray; } .bc-lightest-gray { background-color: $lightest-gray; } .bc-lighter-gray2 { background-color: $lighter-gray2; } .bc-hover-blue { background-color: $hover-blue; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
undercase-0.2.57 | app/assets/stylesheets/undercase/patterns/_colors.scss |
undercase-0.2.29 | app/assets/stylesheets/undercase/patterns/_colors.scss |