mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
Only use .danger for alerts, no more .error
This commit is contained in:
Vendored
+3
-7
@@ -4663,22 +4663,18 @@ button.close {
|
||||
color: #356635;
|
||||
}
|
||||
|
||||
.alert-danger,
|
||||
.alert-error {
|
||||
.alert-danger {
|
||||
color: #b94a48;
|
||||
background-color: #f2dede;
|
||||
border-color: #eed3d7;
|
||||
}
|
||||
|
||||
.alert-danger hr,
|
||||
.alert-error hr {
|
||||
.alert-danger hr {
|
||||
border-top-color: #e6c1c7;
|
||||
}
|
||||
|
||||
.alert-danger > a,
|
||||
.alert-error > a,
|
||||
.alert-danger > p > a,
|
||||
.alert-error > p > a {
|
||||
.alert-danger > p > a {
|
||||
color: #953b39;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user