parent
432bdc7e3e
commit
b7bde27b3c
12 changed files with 164 additions and 149 deletions
|
@ -7,11 +7,15 @@
|
|||
}
|
||||
|
||||
.build-state-icon .error {
|
||||
color: red;
|
||||
color: #D64456;
|
||||
}
|
||||
|
||||
.build-state-icon .expired {
|
||||
color: #FCA657;
|
||||
}
|
||||
|
||||
.build-state-icon .internalerror {
|
||||
color: #DFFF00;
|
||||
color: #99BA45;
|
||||
}
|
||||
|
||||
.build-state-icon .complete {
|
||||
|
|
Reference in a new issue