Skip to content

Commit

Permalink
Plugin for Jenkins Favorite plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stoltz committed Feb 29, 2016
1 parent a788adc commit 47de1d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/heart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions less/images.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@
animation: rotating 2s linear infinite;
}

.icon-star, [src$='/star.png'] {
.icon-img('../images/heart.svg', @color-grey);
}

[src$='/star-gold.png'] {
.icon-img('../images/heart.svg', @color-red);
}

[src$='/star.png'], [src$='/star-gold.png'] {
.icon(@size-md);
}

.icon-clock {
.icon-img('../images/ic_play_circle_outline_black.svg', @color-grey);
}
Expand Down

0 comments on commit 47de1d8

Please sign in to comment.