Adds icons and text strings for image build status

This commit is contained in:
Jenn Giardino 2020-11-06 08:46:45 -05:00 committed by Sanne Raymaekers
parent 7f6f828b56
commit c73df5b1d8
3 changed files with 83 additions and 1 deletions

View file

@ -0,0 +1,6 @@
.error {
color: var(--pf-global--danger-color--100);
}
.success {
color: var(--pf-global--success-color--100);
}