blob: 99c758afffa34b357023974742b92234f046f48a [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;
}
.badge-primary {
background-color: $info-light;
color: $info;
}