Change important badges/labels to danger

This commit is contained in:
Mark Otto 2012-11-15 09:17:11 -08:00
parent a43bf14ea5
commit fa1c130552
4 changed files with 14 additions and 14 deletions

View file

@ -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%); }