2 * Contextual variations of badges
3 * Bootstrap 3.0 removed contexts for badges, we re-introduce them, based on what is done for labels
7 background-color: #b94a48;
10 .badge.badge-warning {
11 background-color: #f89406;
14 .badge.badge-success {
15 background-color: #468847;
19 background-color: #3a87ad;
22 .badge.badge-inverse {
23 background-color: #333333;