Skip to content

Commit

Permalink
Merge pull request #14 from astoltz/not-built-in-progress
Browse files Browse the repository at this point in the history
Missing icon for not-built in-progress
  • Loading branch information
aarjithn committed Mar 16, 2016
2 parents 7516bdd + 0adb111 commit c551173
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions less/images.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
.icon-img('../images/ic_autorenew_black.svg', @color-red);
}

.icon-grey-anime {
.icon-grey-anime, .icon-nobuilt-anime {
.icon-img('../images/ic_autorenew_black.svg', @color-grey);
}

Expand All @@ -58,7 +58,8 @@
.icon-blue-anime,
.icon-red-anime,
.icon-grey-anime,
.icon-yellow-anime {
.icon-yellow-anime,
.icon-nobuilt-anime {
-webkit-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
}
Expand Down

0 comments on commit c551173

Please sign in to comment.