2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Remove .badge-info and .badge-inverse; change docs label of .badge-important to .badge-danger

This commit is contained in:
Mark Otto
2012-12-24 02:06:28 -08:00
parent 7c04d573d0
commit d206ec1659
4 changed files with 2 additions and 68 deletions
-6
View File
@@ -44,12 +44,6 @@ a.badge {
// Success (green)
&-success { background-color: @state-success-text; }
&-success[href] { background-color: darken(@state-success-text, 10%); }
// Info (turquoise)
&-info { background-color: @state-info-text; }
&-info[href] { background-color: darken(@state-info-text, 10%); }
// Inverse (black)
&-inverse { background-color: @grayDark; }
&-inverse[href] { background-color: darken(@grayDark, 10%); }
}
// Quick fix for labels/badges in buttons