Skip to content

Commit

Permalink
improvement: Using HEX8 for the colors for Highlighting the rows tran…
Browse files Browse the repository at this point in the history
…sparency and HEX6 for color of icon for legend
  • Loading branch information
lomamech committed Nov 26, 2020
1 parent 1e2937e commit 435ddc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ a[disabled] {
}

.icon-expired {
color: #ff000083 !important;
color: #FF7B7B !important;
}

.at-risk {
Expand All @@ -909,7 +909,7 @@ a[disabled] {
}

.icon-at-risk {
color: #ffff6686 !important;
color: #FFFFA9 !important;
}

.at-risk-of-expiring {
Expand All @@ -921,7 +921,7 @@ a[disabled] {
}

.icon-at-risk-of-expiring {
color: #ff880191 !important;
color: #FFB766 !important;
}

.out-of-stock {
Expand All @@ -934,7 +934,7 @@ a[disabled] {
}

.icon-out-of-stock {
color: #cc00ff8f !important;
color: #E067FF !important;
}

.dropdown-menu {
Expand Down

0 comments on commit 435ddc2

Please sign in to comment.