color: @successText;
}
.alert-success h4 {
- // Specified for the h4 to prevent conflicts of changing @headingsColor
color: @successText;
}
.alert-danger,
}
.alert-danger h4,
.alert-error h4 {
- // Specified for the h4 to prevent conflicts of changing @headingsColor
color: @errorText;
}
.alert-info {
color: @infoText;
}
.alert-info h4 {
- // Specified for the h4 to prevent conflicts of changing @headingsColor
color: @infoText;
}