/* stylelint-disable function-url-scheme-blacklist */
/* stylelint-enable function-url-scheme-blacklist */
.tag, .statusok, .statuswarning, .statusserious,
-.statuscritical, .que .correctness, .label, .badge {
+.statuscritical, .que .correctness {
display: inline-block;
padding: 0.25rem 0.4em;
font-size: 75%;
vertical-align: baseline;
border-radius: 0.25rem; }
.tag:empty, .statusok:empty, .statuswarning:empty, .statusserious:empty,
- .statuscritical:empty, .que .correctness:empty, .label:empty, .badge:empty {
+ .statuscritical:empty, .que .correctness:empty {
display: none; }
.form-control-success,
margin-left: -15px;
width: 275px; }
-.label {
- background-color: #868e96; }
- .label[href]:hover, .label[href]:focus {
- background-color: #6c757d; }
-
-.label-success {
- background-color: #5cb85c; }
- .label-success[href]:hover, .label-success[href]:focus {
- background-color: #449d44; }
-
-.label-info {
- background-color: #5bc0de; }
- .label-info[href]:hover, .label-info[href]:focus {
- background-color: #31b0d5; }
-
-.label-warning {
- background-color: #ff7518; }
- .label-warning[href]:hover, .label-warning[href]:focus {
- background-color: #e45c00; }
-
-.label-important {
- background-color: #d9534f; }
- .label-important[href]:hover, .label-important[href]:focus {
- background-color: #c9302c; }
-
-.badge {
- background-color: #868e96;
- border-radius: 0.46875rem; }
- .badge[href]:hover, .badge[href]:focus {
- background-color: #6c757d; }
-
-.badge-success {
- background-color: #5cb85c; }
- .badge-success[href]:hover, .badge-success[href]:focus {
- background-color: #449d44; }
-
-.badge-info {
- background-color: #5bc0de; }
- .badge-info[href]:hover, .badge-info[href]:focus {
- background-color: #31b0d5; }
-
-.badge-warning {
- background-color: #ff7518; }
- .badge-warning[href]:hover, .badge-warning[href]:focus {
- background-color: #e45c00; }
-
-.badge-important {
- background-color: #d9534f; }
- .badge-important[href]:hover, .badge-important[href]:focus {
- background-color: #c9302c; }
-
.pull-left {
float: left !important; }