Adds icons and text strings for image build status
This commit is contained in:
parent
7f6f828b56
commit
c73df5b1d8
3 changed files with 83 additions and 1 deletions
|
|
@ -0,0 +1,6 @@
|
|||
.error {
|
||||
color: var(--pf-global--danger-color--100);
|
||||
}
|
||||
.success {
|
||||
color: var(--pf-global--success-color--100);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue