Adding in UI for cancel anytime.

This commit is contained in:
Charlton Austin 2016-11-16 13:51:07 -05:00
parent f6fe9023a4
commit 2fe74e4057
11 changed files with 31 additions and 25 deletions

View file

@ -20,4 +20,8 @@
.build-state-icon .complete {
color: #2fcc66;
}
}
.build-state-icon .cancelled {
color: #9b9b9b;
}