mod/bootstrap/vendor/bootstrap/scss/_badge.scss in card-1.93.2 vs mod/bootstrap/vendor/bootstrap/scss/_badge.scss in card-1.93.3
- old
+ new
@@ -7,14 +7,13 @@
display: inline-block;
padding: $badge-padding-y $badge-padding-x;
font-size: $badge-font-size;
font-weight: $badge-font-weight;
line-height: 1;
- color: $badge-color;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
- @include border-radius();
+ @include border-radius($badge-border-radius);
// Empty badges collapse automatically
&:empty {
display: none;
}