Sha256: b56da1dbab7092d91d00832e9e92f9669e6703b0eec9cbf23726b124bc5bb4ab
Contents?: true
Size: 588 Bytes
Versions: 15
Compression:
Stored size: 588 Bytes
Contents
// // Pills // .rf-pill { border-radius: 20px; border-style: solid; border-width: 2px; font-size: 10px; font-weight: 600; height: 18px; line-height: 14px; padding: 0 6px; text-transform: uppercase; white-space: nowrap; } .rf-pill--neutral { border-color: $blue-bright; color: $blue-bright; } .rf-pill--neutral--secondary { border-color: $periwinkle; color: $periwinkle; } .rf-pill--fail { border-color: $red; color: $red; } .rf-pill--success { border-color: $green; color: $green; } .rf-pill--minor { border-color: $stormy; color: $stormy; }
Version data entries
15 entries across 15 versions & 1 rubygems