blob: 99c758afffa34b357023974742b92234f046f48a [file] [log] [blame]
Yoshie Muranaka532a4b02020-03-27 11:00:50 -07001.badge-pill {
2 // Need to explicitly set border-radius
3 // for pill variant because global $enable-rounded
4 // Boostrap setting removes rounded pill style
5 border-radius: 10rem;
6}
7
8.badge-primary {
9 background-color: $info-light;
10 color: $info;
11}