blob: 7acd73a0c6beb4288012c12d4173b774edf7e7ce [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
Dixsie Wolmers304095d2020-06-02 08:52:45 -05004 // Bootstrap setting removes rounded pill style
Yoshie Muranaka532a4b02020-03-27 11:00:50 -07005 border-radius: 10rem;
Yoshie Muranaka82cca542020-04-07 10:20:37 -07006 fill: currentColor;
7 font-weight: 400;
Dixsie Wolmers304095d2020-06-02 08:52:45 -05008 line-height: 1.5;
9 display: inline-flex;
Yoshie Muranaka82cca542020-04-07 10:20:37 -070010 .close {
11 font-size: 1em;
12 margin-left: $spacer/2;
13 font-weight: inherit;
14 color: inherit;
15 }
Yoshie Muranaka532a4b02020-03-27 11:00:50 -070016}
17
18.badge-primary {
19 background-color: $info-light;
20 color: $info;
21}