badges.scss 132 Bytes
Newer Older
1
.badge {
2
  font-weight: $gl-font-weight-normal;
3 4 5 6
  background-color: $badge-bg;
  color: $badge-color;
  vertical-align: baseline;
}