Sha256: 6a2bc8d9514288f87c1967e84758a16289316f3699417272ad4ca715eb265337
Contents?: true
Size: 595 Bytes
Versions: 67
Compression:
Stored size: 595 Bytes
Contents
// // Labels (not the form kind) // .label, .label-blue { display: inline-block; padding-top: 0.16em; padding-right: 0.56em; padding-bottom: 0.16em; padding-left: 0.56em; margin-right: $sp-2; margin-left: $sp-2; color: $white; text-transform: uppercase; vertical-align: middle; background-color: $blue-100; @include fs-2; border-radius: 12px; } .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
67 entries across 67 versions & 6 rubygems