Created
December 2, 2015 09:40
-
-
Save askehansen/fb6fcd16d7ab4ea24d69 to your computer and use it in GitHub Desktop.
States for fontawesome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.fa-state-warning { | |
color: #f0ad4e; | |
} | |
.fa-state-danger { | |
color: #d9534f; | |
} | |
.fa-state-primary { | |
color: #286090; | |
} | |
.fa-state-info { | |
color: #5bc0de; | |
} | |
.fa-state-success { | |
color: #5cb85c; | |
} | |
.fa-state-muted { | |
color: #ccc; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment