Skip to content

Commit

Permalink
fix: add badge success modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew committed Nov 15, 2022
1 parent 320e8f5 commit acea7cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/_badges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@
.label-default {
background-color: #aad0d0;
}

.badge-success,
.label-success {
background-color: $success;
color: $black;
}

0 comments on commit acea7cf

Please sign in to comment.