Change important badges/labels to danger
This commit is contained in:
parent
a43bf14ea5
commit
fa1c130552
4 changed files with 14 additions and 14 deletions
|
|
@ -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%); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue