Sha256: 1af3a55203e81e40185cc5844b950e7caed0660c2628994da57932b94b8eb845
Contents?: true
Size: 572 Bytes
Versions: 5
Compression:
Stored size: 572 Bytes
Contents
// // Labels (not the form kind) // .label, .label-blue { display: inline-block; padding-top: 0.16em; padding-right: 0.42em; padding-bottom: 0.16em; padding-left: 0.42em; margin-right: $sp-1; margin-left: $sp-1; color: $white; vertical-align: middle; background-color: $blue-100; text-transform: uppercase; @include fs-2; } .label-green { background-color: $green-200; } .label-purple { background-color: $purple-100; } .label-red { background-color: $red-200; } .label-yellow { color: $grey-dk-200; background-color: $yellow-200; }
Version data entries
5 entries across 5 versions & 1 rubygems