diff options
Diffstat (limited to 'superhero')
-rwxr-xr-x | superhero/variables.less | 18 |
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; |