2020-05-26 17:07:45 -04:00
|
|
|
.badge.badge-pill:not(.gl-badge) {
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-normal;
|
2016-12-01 18:41:22 -05:00
|
|
|
background-color: $badge-bg;
|
2020-08-18 17:09:57 -04:00
|
|
|
color: $gray-700;
|
2016-12-01 18:41:22 -05:00
|
|
|
vertical-align: baseline;
|
2020-06-08 20:08:47 -04:00
|
|
|
|
|
|
|
// 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;
|
|
|
|
}
|
2016-12-01 18:41:22 -05:00
|
|
|
}
|