2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

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