/* Table of Contents ================================================== # Label and Badge */ /* # Label and Badge ================================================== */ .badge, .label { background: rgba(240,243,245,1); border: 1px solid rgba(240,243,245,1); border-radius: 2px; color: rgba(42,44,48,1); display: inline-block; padding: 6px; font-size: 12px; font-weight: bold; line-height: 12px; min-width: 12px; text-align: center; white-space: nowrap; vertical-align: baseline; } .badge { border-radius: 500px; } .badge:empty, .label:empty { display: none; } .badge-black, .label-black, .badge-blue, .label-blue, .badge-green, .label-green, .badge-orange, .label-orange, .badge-purple, .label-purple, .badge-red, .label-red, .badge-smoke, .label-smoke, .badge-white, .label-white, .badge-yellow, .label-yellow { color: rgba(255,255,255,1); } .badge-black, .label-black { background: rgba(42,44,48,1); border-color: rgba(42,44,48,1); } .badge-blue, .label-blue { background: rgba(0,153,255,1); border-color: rgba(0,153,255,1); } .badge-green, .label-green { background: rgba(117,210,24,1); border-color: rgba(117,210,24,1); } .badge-orange, .label-orange { background: rgba(255,131,0,1); border-color: rgba(255,131,0,1); } .badge-purple, .label-purple { background: rgba(126,78,194,1); border-color: rgba(126,78,194,1); } .badge-red, .label-red { background: rgba(240,35,17,1); border-color: rgba(240,35,17,1); } .badge-smoke, .label-smoke { background: rgba(85,94,113,1); border-color: rgba(85,94,113,1); } .badge-white, .label-white { background: rgba(255,255,255,1); border-color: rgba(255,255,255,1); } .badge-yellow, .label-yellow { background: rgba(255,245,0,1); border-color: rgba(255,245,0,1); } .badge.badge-outline, .label.label-outline { background: transparent; color: rgba(85,94,113,1); } .badge-black.badge-outline, .label-black.label-outline { color: rgba(42,44,48,1); } .badge-blue.badge-outline, .label-blue.label-outline { color: rgba(0,153,255,1); } .badge-green.badge-outline, .label-green.label-outline { color: rgba(117,210,24,1); } .badge-orange.badge-outline, .label-orange.label-outline { color: rgba(255,131,0,1); } .badge-purple.badge-outline, .label-purple.label-outline { color: rgba(126,78,194,1); } .badge-red.badge-outline, .label-red.label-outline { color: rgba(240,35,17,1); } .badge-smoke.badge-outline, .label-smoke.label-outline { color: rgba(85,94,113,1); } .badge-white.badge-outline, .label-white.label-outline { color: rgba(255,255,255,1); } .badge-yellow.badge-outline, .label-yellow.label-outline { color: rgba(255,245,0,1); }