blob: 68e7482f47ddbacca46372cd28453fd89c9814a1 [file] [log] [blame]
.badge-pill {
// Need to explicitly set border-radius
// for pill variant because global $enable-rounded
// Boostrap setting removes rounded pill style
border-radius: 10rem;
fill: currentColor;
font-weight: 400;
.close {
font-size: 1em;
margin-left: $spacer/2;
font-weight: inherit;
color: inherit;
}
}
.badge-primary {
background-color: $info-light;
color: $info;
}