Skip to content

Commit

Permalink
added styles for correct display colors of status tag tag (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivanov-Anton authored Feb 18, 2021
1 parent baa4871 commit c729351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
&.ok, &.published, &.complete, &.completed, &.green, &.yes { background: #8daa92; }
&.warn, &.warning, &.orange { background: #e29b20; }
&.error, &.errored, &.red { background: #d45f53; }
&.empty, &.unknown, &.none, &.no {
&.empty, &.unknown, &.none {
background: unset;
color: #bbbbbb;
font-weight: bold;
Expand Down

0 comments on commit c729351

Please sign in to comment.