debian-mirror-gitlab/app/assets/stylesheets/framework/badges.scss

15 lines
411 B
SCSS
Raw Normal View History

2020-06-23 00:09:42 +05:30
.badge.badge-pill:not(.gl-badge) {
2018-03-17 18:26:18 +05:30
font-weight: $gl-font-weight-normal;
2017-08-17 22:00:37 +05:30
background-color: $badge-bg;
2019-12-04 20:38:33 +05:30
color: $gray-800;
2017-08-17 22:00:37 +05:30
vertical-align: baseline;
2020-06-23 00:09:42 +05:30
// 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;
}
2017-08-17 22:00:37 +05:30
}