Skip to content

Commit

Permalink
style(core): override icon for sitemap (#5038)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed Mar 21, 2018
1 parent 708415a commit 8b53281
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/fonts/spinnaker/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ span[class^="icon-"], span[class*=" icon-"] {
.icon-spinner:before {
content: "\e97e";
}

/* You haven't seen an ugly icon until you've seen the fontawesome sitemap icon */
.fa.fa-sitemap:before {
font-family: 'icomoon';
content: "\e600";
}
2 changes: 1 addition & 1 deletion app/scripts/modules/core/src/cluster/rollups.less
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ running-tasks-tag {
}
.fa-sitemap {
height: 14px;
width: 18px;
width: 14px;
}
.badge-counter {
color: var(--color-text-link);
Expand Down

0 comments on commit 8b53281

Please sign in to comment.