2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Change error to danger for all classes; add panels component

This commit is contained in:
Mark Otto
2013-03-30 14:15:18 -07:00
parent aee25786a7
commit 9fff2d3fb6
11 changed files with 256 additions and 36 deletions
+5 -5
View File
@@ -58,15 +58,15 @@
}
.alert-danger,
.alert-error {
background-color: @state-error-background;
border-color: @state-error-border;
color: @state-error-text;
background-color: @state-danger-background;
border-color: @state-danger-border;
color: @state-danger-text;
hr {
border-top-color: darken(@state-error-border, 5%);
border-top-color: darken(@state-danger-border, 5%);
}
> a,
> p > a {
color: darken(@state-error-text, 10%);
color: darken(@state-danger-text, 10%);
}
}
.alert-info {