Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-11-15 21:17:11 +0400
committerMark Otto <otto@github.com>2012-11-15 21:17:11 +0400
commitfa1c130552022520161a2b0c595e2ca431df0c97 (patch)
tree1f771b6f607157a55e250f336962b2d38d7307e2 /less/labels-badges.less
parenta43bf14ea5fa7118cfdbed0469d227976fb92a79 (diff)
Change important badges/labels to danger
Diffstat (limited to 'less/labels-badges.less')
-rw-r--r--less/labels-badges.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/labels-badges.less b/less/labels-badges.less
index 3ca0d6e200..5c8b1c25f3 100644
--- a/less/labels-badges.less
+++ b/less/labels-badges.less
@@ -50,8 +50,8 @@ a {
.label,
.badge {
// Important (red)
- &-important { background-color: @errorText; }
- &-important[href] { background-color: darken(@errorText, 10%); }
+ &-danger { background-color: @errorText; }
+ &-danger[href] { background-color: darken(@errorText, 10%); }
// Warnings (orange)
&-warning { background-color: @orange; }
&-warning[href] { background-color: darken(@orange, 10%); }