Skip to content

Commit

Permalink
fix(ins-compliance): move global styles to compliance FE
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Feb 4, 2021
1 parent e02e5a2 commit 64f0235
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion packages/inventory-compliance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redhat-cloud-services/frontend-components-inventory-compliance",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "Detail part of compliance for RedHat Cloud Services.",
"module": "esm/index.js",
"main": "index.js",
Expand Down
16 changes: 0 additions & 16 deletions packages/inventory-compliance/src/Compliance/compliance.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,6 @@
color: var(--pf-global--danger-color--100);
}

.ins-u-passed {
color: var(--pf-global--success-color--200);
}

.ins-u-failed {
color: var(--pf-global--danger-color--100);
}

.ins-u-warning {
color: var(--pf-global--warning-color--100);
}

.ins-c-warning-text {
color: var(--pf-global--warning-color--200);
}

.ins-c-compliance-system-rule-check {
color: var(--pf-global--success-color--200)
}
Expand Down

0 comments on commit 64f0235

Please sign in to comment.