summaryrefslogtreecommitdiff
path: root/src/assets/styles/_badge.scss
blob: 99c758afffa34b357023974742b92234f046f48a (plain)
1
2
3
4
5
6
7
8
9
10
11
.badge-pill {
  // Need to explicitly set border-radius
  // for pill variant because global $enable-rounded
  // Boostrap setting removes rounded pill style
  border-radius: 10rem;
}

.badge-primary {
  background-color: $info-light;
  color: $info;
}