|
@@ -42,10 +42,10 @@
|
|
|
@gray-light: @cui-gray-600;
|
|
@gray-light: @cui-gray-600;
|
|
|
@gray-lighter: @cui-gray-050;
|
|
@gray-lighter: @cui-gray-050;
|
|
|
|
|
|
|
|
-@brand-primary: @cui-blue-700;
|
|
|
|
|
|
|
+@brand-primary: @cui-blue-500;
|
|
|
@brand-success: @cui-lime-500;
|
|
@brand-success: @cui-lime-500;
|
|
|
@brand-info: @cui-blue-500;
|
|
@brand-info: @cui-blue-500;
|
|
|
-@brand-warning: @cui-orange-500;
|
|
|
|
|
|
|
+@brand-warning: @cui-orange-400;
|
|
|
@brand-danger: @cui-red-500;
|
|
@brand-danger: @cui-red-500;
|
|
|
|
|
|
|
|
//== Scaffolding
|
|
//== Scaffolding
|
|
@@ -523,19 +523,19 @@
|
|
|
//
|
|
//
|
|
|
//## Define colors for form feedback states and, by default, alerts.
|
|
//## Define colors for form feedback states and, by default, alerts.
|
|
|
|
|
|
|
|
-@state-success-text: @cui-lime-800;
|
|
|
|
|
-@state-success-bg: @cui-lime-010;
|
|
|
|
|
|
|
+@state-success-text: @cui-green-500;
|
|
|
|
|
+@state-success-bg: @cui-green-050;
|
|
|
@state-success-border: @state-success-bg;
|
|
@state-success-border: @state-success-bg;
|
|
|
|
|
|
|
|
-@state-info-text: @cui-blue-700;
|
|
|
|
|
|
|
+@state-info-text: @cui-blue-500;
|
|
|
@state-info-bg: @cui-blue-050;
|
|
@state-info-bg: @cui-blue-050;
|
|
|
@state-info-border: @state-info-bg;
|
|
@state-info-border: @state-info-bg;
|
|
|
|
|
|
|
|
-@state-warning-text: @cui-orange-900;
|
|
|
|
|
|
|
+@state-warning-text: @cui-orange-400;
|
|
|
@state-warning-bg: @cui-yellow-050;
|
|
@state-warning-bg: @cui-yellow-050;
|
|
|
@state-warning-border: @state-warning-bg;
|
|
@state-warning-border: @state-warning-bg;
|
|
|
|
|
|
|
|
-@state-danger-text: @cui-red-700;
|
|
|
|
|
|
|
+@state-danger-text: @cui-red-500;
|
|
|
@state-danger-bg: @cui-pink-010;
|
|
@state-danger-bg: @cui-pink-010;
|
|
|
@state-danger-border: @state-danger-bg;
|
|
@state-danger-border: @state-danger-bg;
|
|
|
|
|
|