Sha256: 385d637585028e984786d6ed13faf522560dad0a5bc3d1da09adcd790a0807fa
Contents?: true
Size: 570 Bytes
Versions: 10
Compression:
Stored size: 570 Bytes
Contents
// Both custom labels, in the repsonse UI, and tags next to items (like "New" or "Existing" fields in imports.) // #todo separate these into two different patterns .label { display: inline-block; padding: 0.1rem 0.4rem; border-radius: $radius; font-size: 0.8rem; background-color: $lighterGray; color: #333; } .label_error { background-color: $errorColor; color: #fff; } .label_success { background-color: $successColor; color: #fff; } .label_info { background-color: #1fa3ec; color: #fff; } .label_warning { background-color: #ffd119; }
Version data entries
10 entries across 10 versions & 1 rubygems