summaryrefslogtreecommitdiff
path: root/superhero
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-10-05 10:27:34 -0400
committerThomas Park <thomas@thomaspark.me>2012-10-05 10:27:34 -0400
commitf3f379de2c99f3322bfa5da4d9c085edcae9dead (patch)
tree1b709ef5378add1a99f611c5d83bc52073c7bd41 /superhero
parent6c44471fe787bdbb3cf4e3e23f9964ede637b309 (diff)
all: add horizontalComponentOffset, better match variables.less, closes #34, thanks @prymitive
Diffstat (limited to 'superhero')
-rwxr-xr-xsuperhero/variables.less18
1 files changed, 11 insertions, 7 deletions
diff --git a/superhero/variables.less b/superhero/variables.less
index 01c64320..1ee33fbd 100755
--- a/superhero/variables.less
+++ b/superhero/variables.less
@@ -1,9 +1,11 @@
-//
// Variables
// Swatch: Superhero
// Version: 2.1.1
// --------------------------------------------------
+// Global values
+// --------------------------------------------------
+
// Grays
// -------------------------
@@ -55,7 +57,6 @@
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: @orange; // empty to use BS default, @textColor
-
// Tables
// -------------------------
@tableBackground: darken(@blue, 3%); // overall background-color
@@ -63,7 +64,6 @@
@tableBackgroundHover: lighten(@blue, 5%); // for hover
@tableBorder: transparent; // table and cell border
-
// Buttons
// -------------------------
@btnBackground: @white;
@@ -105,12 +105,11 @@
@dropdownDividerBottom: @blue;
@dropdownLinkColor: @textColor;
-
@dropdownLinkColorHover: @white;
-@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
-
@dropdownLinkColorActive: @dropdownLinkColor;
+
@dropdownLinkBackgroundActive: @linkColor;
+@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
@@ -145,6 +144,11 @@
@hrBorder: transparent;
+// Horizontal forms & lists
+// -------------------------
+@horizontalComponentOffset: 180px;
+
+
// Wells
// -------------------------
@wellBackground: @blue;
@@ -155,8 +159,8 @@
@navbarCollapseWidth: 979px;
@navbarHeight: 70px;
-@navbarBackground: @blueDark;
@navbarBackgroundHighlight: @navbarBackground;
+@navbarBackground: @blueDark;
@navbarBorder: darken(@navbarBackground, 5%);
@navbarText: @grayLight;