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:
+5
-5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user