Merge branch '11305-migrate-docker19-doc'
[arvados.git] / apps / workbench / app / assets / stylesheets / badges.css.scss
index e38b3643b7794594abb6a2fd5b91cfaa69dbdaf9..82c4ab0e02e850be35868897168e0b7e615df567 100644 (file)
@@ -1,21 +1,28 @@
 /* Colors
  * Contextual variations of badges
  * Bootstrap 3.0 removed contexts for badges, we re-introduce them, based on what is done for labels
- *= require bootstrap
  */
 
-.badge-error {
+.badge.badge-error {
   background-color: #b94a48;
 }
-.badge-warning {
+
+.badge.badge-warning {
   background-color: #f89406;
 }
-.badge-success {
+
+.badge.badge-success {
   background-color: #468847;
 }
-.badge-info {
+
+.badge.badge-info {
   background-color: #3a87ad;
 }
-.badge-inverse {
+
+.badge.badge-inverse {
   background-color: #333333;
 }
+
+.badge.badge-alert {
+    background: red;
+}