mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-06 20:15:05 -05:00
Change important badges/labels to danger
This commit is contained in:
8
docs/assets/css/bootstrap.css
vendored
8
docs/assets/css/bootstrap.css
vendored
@@ -4926,13 +4926,13 @@ a.badge:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.label-important,
|
||||
.badge-important {
|
||||
.label-danger,
|
||||
.badge-danger {
|
||||
background-color: #b94a48;
|
||||
}
|
||||
|
||||
.label-important[href],
|
||||
.badge-important[href] {
|
||||
.label-danger[href],
|
||||
.badge-danger[href] {
|
||||
background-color: #953b39;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user