Skip to content

Instantly share code, notes, and snippets.

@askehansen
Created December 2, 2015 09:40
Show Gist options
  • Save askehansen/fb6fcd16d7ab4ea24d69 to your computer and use it in GitHub Desktop.
Save askehansen/fb6fcd16d7ab4ea24d69 to your computer and use it in GitHub Desktop.
States for fontawesome
.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