Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
ui: add .badge--info
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwhite committed Jul 19, 2021
1 parent e36220f commit 4c331d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/app/styles/components/badge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
background: rgb(var(--warning));
}

&--info {
@media (prefers-color-scheme: light) {
color: color.$ui-cool-gray-700;
background: color.$ui-cool-gray-100;
}
}

.icon {
width: scale.$base;
height: scale.$base;
Expand Down

0 comments on commit 4c331d0

Please sign in to comment.