summaryrefslogtreecommitdiff
path: root/cerulean/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'cerulean/variables.less')
-rwxr-xr-xcerulean/variables.less18
1 files changed, 13 insertions, 5 deletions
diff --git a/cerulean/variables.less b/cerulean/variables.less
index 24ce58f6..4626daf2 100755
--- a/cerulean/variables.less
+++ b/cerulean/variables.less
@@ -55,32 +55,40 @@
@zindexModalBackdrop: 1040;
@zindexModal: 1050;
+// Sprite icons path
+@iconSpritePath: "../img/glyphicons-halflings.png";
+@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
+
// Input placeholder text color
@placeholderText: @grayLight;
+// Hr border color
+@hrBorder: @grayLighter;
+
// Navbar
@navbarHeight: 40px;
@navbarBackground: @linkColor;
@navbarBackgroundHighlight: lighten(@linkColor, 10%);
+@navbarLinkBackgroundHover: transparent;
@navbarText: @grayLighter;
@navbarLinkColor: @grayLighter;
@navbarLinkColorHover: @white;
// Form states and alerts
-@warningText: #908A62;
-@warningBackground: #EDEBE1;
+@warningText: darken(@linkColor, 20%);
+@warningBackground: lighten(@linkColor, 20%);
@warningBorder: darken(spin(@warningBackground, -10), 3%);
-@errorText: #C45559;
+@errorText: darken(#C45559, 5%);
@errorBackground: #EDDBE3;
@errorBorder: darken(spin(@errorBackground, -10), 3%);
-@successText: #565C4C;
+@successText: darken(@green, 5%);
@successBackground: #CDB;
@successBorder: darken(spin(@successBackground, -10), 5%);
-@infoText: #908A62;
+@infoText: darken(#908A62, 5%);
@infoBackground: #EDEBE1;
@infoBorder: darken(spin(@infoBackground, -10), 7%);