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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user