blob: 01d05a887eb73c7c36fee0fe926a6570fa229732 [file] [log] [blame]
jason westoverd36ac8a2025-11-03 20:58:59 -06001
Yoshie Muranaka532a4b02020-03-27 11:00:50 -07002.badge-pill {
3 // Need to explicitly set border-radius
4 // for pill variant because global $enable-rounded
Dixsie Wolmers304095d2020-06-02 08:52:45 -05005 // Bootstrap setting removes rounded pill style
Yoshie Muranaka532a4b02020-03-27 11:00:50 -07006 border-radius: 10rem;
Yoshie Muranaka82cca542020-04-07 10:20:37 -07007 fill: currentColor;
8 font-weight: 400;
Dixsie Wolmers304095d2020-06-02 08:52:45 -05009 line-height: 1.5;
10 display: inline-flex;
Yoshie Muranaka82cca542020-04-07 10:20:37 -070011 .close {
12 font-size: 1em;
jason westoverd36ac8a2025-11-03 20:58:59 -060013 margin-inline-start: calc($spacer / 2);
Yoshie Muranaka82cca542020-04-07 10:20:37 -070014 font-weight: inherit;
15 color: inherit;
16 }
Yoshie Muranaka532a4b02020-03-27 11:00:50 -070017}
18
19.badge-primary {
Yoshie Muranaka1f4eaa12020-08-10 11:17:12 -070020 background-color: theme-color-light("info");
Yoshie Muranaka01da8182020-07-08 15:46:43 -070021 color: theme-color("info");
Yoshie Muranaka532a4b02020-03-27 11:00:50 -070022}