mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-19 10:04:37 -05:00
normalize the alert classes to match last night's flip for form and table classes
This commit is contained in:
@@ -25,45 +25,45 @@
|
||||
// Alternate styles
|
||||
// ----------------
|
||||
|
||||
.success-alert {
|
||||
.alert-success {
|
||||
background-color: #dff0d8;
|
||||
border-color: #cfe8c4;
|
||||
}
|
||||
.success-alert,
|
||||
.success-alert .alert-heading {
|
||||
.alert-success,
|
||||
.alert-success .alert-heading {
|
||||
color: #468847;
|
||||
}
|
||||
.danger-alert,
|
||||
.error-alert {
|
||||
.alert-danger,
|
||||
.alert-error {
|
||||
background-color: #f2dede;
|
||||
border-color: #e9c7c7;
|
||||
}
|
||||
.danger-alert,
|
||||
.error-alert,
|
||||
.danger-alert .alert-heading,
|
||||
.error-alert .alert-heading {
|
||||
.alert-danger,
|
||||
.alert-error,
|
||||
.alert-danger .alert-heading,
|
||||
.alert-error .alert-heading {
|
||||
color: #B94A48;
|
||||
}
|
||||
.info-alert {
|
||||
.alert-info {
|
||||
background-color: #d9edf7;
|
||||
border-color: #bfe1f2;
|
||||
}
|
||||
.info-alert,
|
||||
.info-alert .alert-heading {
|
||||
.alert-info,
|
||||
.alert-info .alert-heading {
|
||||
color: #3a87ad;
|
||||
}
|
||||
|
||||
|
||||
// Block alerts
|
||||
// ------------------------
|
||||
.block-alert {
|
||||
.alert-block {
|
||||
padding-top: 14px;
|
||||
padding-bottom: 14px;
|
||||
}
|
||||
.block-alert > p,
|
||||
.block-alert > ul {
|
||||
.alert-block > p,
|
||||
.alert-block > ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.block-alert p + p {
|
||||
.alert-block p + p {
|
||||
margin-top: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user