Sha256: 0f7834d3b5e2a2d81c1d850c70866f598ea314219972c3cb1e1def0c506884d8
Contents?: true
Size: 503 Bytes
Versions: 9
Compression:
Stored size: 503 Bytes
Contents
.text-white { color: #FFF; } .text-grey { color: #999; } .text-light-grey { color: #EEE; } .text-dark-grey { color: #666; } .text-green { color: #58B957; } .text-black { color: #000; } .text-shadow { text-shadow: 0 1px 3px rgba(0,0,0,.5); } .text-light { font-weight: 300; } .text-normal { font-weight: 400; } .text-bold { font-weight: 700; } @for $i from 1 through 99 { .text-sm-#{$i} { font-size: #{$i/100}em; } .text-lg-#{$i} { font-size: #{$i/100 + 100}em; } }
Version data entries
9 entries across 9 versions & 2 rubygems