summaryrefslogtreecommitdiff
path: root/superhero/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'superhero/bootswatch.less')
-rwxr-xr-xsuperhero/bootswatch.less21
1 files changed, 16 insertions, 5 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less
index e3ae4056..8be20e43 100755
--- a/superhero/bootswatch.less
+++ b/superhero/bootswatch.less
@@ -547,27 +547,37 @@ label {
// ALERTS, LABELS, BADGES
// --------------------------------------------------
-.label {
+.label,
+.badge {
background-color: @blue;
color: @textColor;
}
-.label-important {
+.label-important,
+.badge-important {
background-color: @errorText;
}
-.label-warning {
+.label-warning,
+.badge-warning {
background-color: @orange;
}
-.label-success {
+.label-success,
+.badge-success {
background-color: @successText;
}
-.label-info {
+.label-info,
+.badge-info {
background-color: @infoText;
}
+.label-inverse,
+.badge-inverse {
+ background-color: @gray;
+}
+
.alert {
background-color: @blue;
border: none;
@@ -592,6 +602,7 @@ label {
background-color: @infoText;
}
+
// MISC
// --------------------------------------------------