summaryrefslogtreecommitdiff
path: root/amelia/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-02-19 23:37:47 -0500
committerThomas Park <thomas@thomaspark.me>2013-02-19 23:37:47 -0500
commit3d8d73f5f4849fbda21d327fd4a087ab3bc2c223 (patch)
tree929c8eed310607456628b6848b99be09de9b60d5 /amelia/variables.less
parent5e18496ec28cbbc544134651762b97116b68398e (diff)
amelia: fixes #72, icon padding, btn padding, control-group
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%);