blob: 68e7482f47ddbacca46372cd28453fd89c9814a1 [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;
Yoshie Muranaka82cca542020-04-07 10:20:37 -07006 fill: currentColor;
7 font-weight: 400;
8 .close {
9 font-size: 1em;
10 margin-left: $spacer/2;
11 font-weight: inherit;
12 color: inherit;
13 }
Yoshie Muranaka532a4b02020-03-27 11:00:50 -070014}
15
16.badge-primary {
17 background-color: $info-light;
18 color: $info;
19}