Sha256: de8971f220939bad88dafe0cf0b08a7dd4f64f676fcb3e4aed1b0b4067b8f8ab
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 KB
Contents
/* Table of Contents ================================================== #Label and Badge */ /* #Label and Badge ================================================== */ .label, .badge { background: rgba(236,238,241,1); border: 1px solid rgba(217,222,225,1); border-radius: 2px; color: rgba(71,74,84,1); display: inline-block; padding: 4px 5px 5px 5px; font-size: 12px; font-weight: bold; line-height: 12px; white-space: nowrap; vertical-align: baseline; } .badge { border-radius: 500px; padding-right: 6px; padding-left: 6px; } .label:empty, .badge:empty { display: none; } a.label:hover, a.label:focus, a.badge:hover, a.badge:focus { text-decoration: none; } .label-green, .badge-green { background: rgba(223,240,216,1); border-color: rgba(204,223,188,1); } .label-yellow, .badge-yellow { background: rgba(252,248,227,1); border-color: rgba(244,228,203,1); } .label-red, .badge-red { background: rgba(242,222,222,1); border-color: rgba(228,201,205,1); } .btn .label, .btn .badge { position: relative; top: -1px; } .btn-mini .label, .btn-mini .badge { top: 0; }
Version data entries
3 entries across 3 versions & 1 rubygems