mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Change error to danger for all classes; add panels component
This commit is contained in:
+3
-3
@@ -36,9 +36,9 @@ a.text-muted:focus { color: darken(@grayLight, 10%); }
|
||||
a.text-warning:hover,
|
||||
a.text-warning:focus { color: darken(@state-warning-text, 10%); }
|
||||
|
||||
.text-error { color: @state-error-text; }
|
||||
a.text-error:hover,
|
||||
a.text-error:focus { color: darken(@state-error-text, 10%); }
|
||||
.text-danger { color: @state-danger-text; }
|
||||
a.text-danger:hover,
|
||||
a.text-danger:focus { color: darken(@state-danger-text, 10%); }
|
||||
|
||||
.text-success { color: @state-success-text; }
|
||||
a.text-success:hover,
|
||||
|
||||
Reference in New Issue
Block a user