Sha256: fe494b076e221466d1616ada30cc99b5b2a9d389b837d44eb786a4a02a02be43

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

/* Table of Contents
==================================================
#Label and Badge */

/* #Label and Badge
================================================== */
.label,
.badge {
  background: rgba(158,171,179,1);
  border-radius: 2px;
  color: rgba(255,255,255,1);
  display: inline-block;
  padding: 5px 5px 7px 5px;
  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;
  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-black,
.badge-black { background: rgba(71,74,84,1); }
.label-blue,
.badge-blue { background: rgba(58,144,216,1); }
.label-green,
.badge-green { background: rgba(122,179,23,1); }
.label-red,
.badge-red { background: rgba(254,79,50,1); }
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge { top: 0; }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flashgrid-1.1.1 vendor/assets/stylesheets/label_and_badge.css.scss