Update PHUIStatusItemView to FontAwesome

Summary: Changes to using FontAwesome

Test Plan:
Testing UIExamples and each of the pages (except releelph)

{F155942}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9157
This commit is contained in:
Chad Little
2014-05-16 18:59:02 -07:00
parent 43d45c4956
commit 31cd9b2169
12 changed files with 191 additions and 86 deletions

View File

@@ -104,6 +104,9 @@
}
}
.phui-icon-view.dark {
color: {$darkgreytext};
}
.phui-icon-view.bluegrey {
color: #7787a6;
}