debian-image-builder-frontend/src/Components/ImagesTable/ImageBuildStatus.scss
Jacob Kozol 3cf9f8c3a3 ImageBuildStatus: refactor image status
Remove excessive status elements since there only needs to be one status
statement for each image in the list. Also, replace the pending spinner
with a pending icon.
2021-05-03 13:58:25 +02:00

9 lines
174 B
SCSS

.error {
color: var(--pf-global--danger-color--100);
}
.success {
color: var(--pf-global--success-color--100);
}
.pending {
color: var(--pf-global--info-color--100);
}