Skip to content

Commit

Permalink
GH-89: Bugfix: Use Bootstrap "warning" pill color
Browse files Browse the repository at this point in the history
Why?
1. The Bootstrap "success" pill color is used.
    - See `badge-success` in HTML but not CSS.
2. The custom warning color was recently removed.
    - #312
3. The Portal success, warn, etc colors are not standardized.
    - They will be in FP-1145, but CMS's could differ.
  • Loading branch information
wesleyboar committed Aug 17, 2021
1 parent 7220bc1 commit 333918d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ Styleguide Trumps.Scopes.SystemMonitor
font-size: 1.3rem;
font-weight: normal;
}
.s-system-monitor .badge-warning {
background-color: var(--global-color-warning--normal);
color: var(--global-color-primary--xx-light);
}

/* Overwrite IconWorks */
.s-system-monitor .iconworks:before {
Expand Down

0 comments on commit 333918d

Please sign in to comment.