Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 1 | .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 Muranaka | 82cca54 | 2020-04-07 10:20:37 -0700 | [diff] [blame^] | 6 | 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 Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 14 | } |
| 15 | |
| 16 | .badge-primary { |
| 17 | background-color: $info-light; |
| 18 | color: $info; |
| 19 | } |