diff options
| author | Mark Otto <[email protected]> | 2012-11-15 09:17:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-15 09:17:11 -0800 |
| commit | fa1c130552022520161a2b0c595e2ca431df0c97 (patch) | |
| tree | 1f771b6f607157a55e250f336962b2d38d7307e2 /less | |
| parent | a43bf14ea5fa7118cfdbed0469d227976fb92a79 (diff) | |
| download | bootstrap-fa1c130552022520161a2b0c595e2ca431df0c97.tar.xz bootstrap-fa1c130552022520161a2b0c595e2ca431df0c97.zip | |
Change important badges/labels to danger
Diffstat (limited to 'less')
| -rw-r--r-- | less/labels-badges.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/labels-badges.less b/less/labels-badges.less index 3ca0d6e20..5c8b1c25f 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%); } |
