summaryrefslogtreecommitdiff
path: root/amelia/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'amelia/variables.less')
-rwxr-xr-xamelia/variables.less16
1 files changed, 8 insertions, 8 deletions
diff --git a/amelia/variables.less b/amelia/variables.less
index c5c3c621..623b76ed 100755
--- a/amelia/variables.less
+++ b/amelia/variables.less
@@ -230,20 +230,20 @@
// Form states and alerts
// -------------------------
-@warningText: #c09853;
-@warningBackground: #fcf8e3;
+@warningText: @textColor;
+@warningBackground: @orange;
@warningBorder: darken(spin(@warningBackground, -10), 3%);
-@errorText: #b94a48;
-@errorBackground: #f2dede;
+@errorText: @textColor;
+@errorBackground: @red;
@errorBorder: darken(spin(@errorBackground, -10), 3%);
-@successText: #468847;
-@successBackground: #dff0d8;
+@successText: @textColor;
+@successBackground: @green;
@successBorder: darken(spin(@successBackground, -10), 5%);
-@infoText: #3a87ad;
-@infoBackground: #d9edf7;
+@infoText: @textColor;
+@infoBackground: @purple;
@infoBorder: darken(spin(@infoBackground, -10), 7%);