/* Colors * Contextual variations of badges * Bootstrap 3.0 removed contexts for badges, we re-introduce them, based on what is done for labels */ .badge-error { background-color: #b94a48; } .badge-warning { background-color: #f89406; } .badge-success { background-color: #468847; } .badge-info { background-color: #3a87ad; } .badge-inverse { background-color: #333333; }