summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/badges.scss
blob: 5b8a4bf964ea6f1cb6cacfc31a98c33191d28e16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.badge.badge-pill:not(.gl-badge) {
  font-weight: $gl-font-weight-normal;
  background-color: $badge-bg;
  color: $gray-800;
  vertical-align: baseline;

  // Do not use this!
  // This is a temporary workaround until the new GlBadge component
  // is available: https://gitlab.com/gitlab-org/gitlab-ui/-/issues/481
  &.badge-pill-success {
    background-color: rgba($green-500, 0.2);
    color: $green;
  }
}