1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
6 * Contextual variations of badges
7 * Bootstrap 3.0 removed contexts for badges, we re-introduce them, based on what is done for labels
11 background-color: #b94a48;
14 .badge.badge-warning {
15 background-color: #f89406;
18 .badge.badge-success {
19 background-color: #468847;
23 background-color: #3a87ad;
26 .badge.badge-inverse {
27 background-color: #333333;