/* Table of Contents ================================================== # Label and Badge */ /* # Label and Badge ================================================== */ .badge, .label { background: rgba(240,243,245,1); border-radius: 2px; color: rgba(43,50,53,1); display: inline-block; padding: 7px; 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 { color: rgba(255,255,255,1); } .badge-black, .label-black { background: rgba(56,67,81,1); } .badge-blue, .label-blue { background: rgba(15,135,226,1); } .badge-green, .label-green { background: rgba(112,169,13,1); } .badge-orange, .label-orange { background: rgba(232,126,15,1); } .badge-purple, .label-purple { background: rgba(117,73,170,1); } .badge-red, .label-red { background: rgba(218,79,46,1);} .badge-smoke, .label-smoke { background: rgba(102,117,127,1); } .badge-white, .label-white { background: rgba(255,255,255,1); } .badge-yellow, .label-yellow { background: rgba(255,217,15,1); } .badge.badge-outline, .label.label-outline { background: transparent; border: 1px solid rgba(136,153,166,1); color: rgba(136,153,166,1); padding: 6px; } .badge-black.badge-outline, .label-black.label-outline { border-color: rgba(56,67,81,1); color: rgba(56,67,81,1); } .badge-blue.badge-outline, .label-blue.label-outline { border-color: rgba(15,135,226,1); color: rgba(15,135,226,1); } .badge-green.badge-outline, .label-green.label-outline { border-color: rgba(112,169,13,1); color: rgba(112,169,13,1); } .badge-orange.badge-outline, .label-orange.label-outline { border-color: rgba(232,126,15,1); color: rgba(232,126,15,1); } .badge-purple.badge-outline, .label-purple.label-outline { border-color: rgba(117,73,170,1); color: rgba(117,73,170,1); } .badge-red.badge-outline, .label-red.label-outline { border-color: rgba(218,79,46,1); color: rgba(218,79,46,1); } .badge-smoke.badge-outline, .label-smoke.label-outline { border-color: rgba(102,117,127,1); color: rgba(102,117,127,1); } .badge-white.badge-outline, .label-white.label-outline { border-color: rgba(255,255,255,1); color: rgba(255,255,255,1); } .badge-yellow.badge-outline, .label-yellow.label-outline { border-color: rgba(255,217,15,1); color: rgba(255,217,15,1); }