This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quay/static/css/directives/ui/build-state-icon.css
2015-03-13 15:34:28 -07:00

19 lines
No EOL
269 B
CSS

.build-state-icon {
width: 42px;
padding: 4px;
text-align: center;
display: inline-block;
font-size: 18px;
}
.build-state-icon .error {
color: red;
}
.build-state-icon .internalerror {
color: #DFFF00;
}
.build-state-icon .complete {
color: #2fcc66;
}