diff options
Diffstat (limited to 'simplex/variables.less')
-rwxr-xr-x | simplex/variables.less | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/simplex/variables.less b/simplex/variables.less index c2192746..16b17bed 100755 --- a/simplex/variables.less +++ b/simplex/variables.less @@ -1,9 +1,11 @@ // Variables.less // Variables to customize the look and feel of Bootstrap // Swatch: Simplex -// Version: 2.0.3 +// Version: 2.0.2 // ----------------------------------------------------- + + // GLOBAL VALUES // -------------------------------------------------- @@ -45,14 +47,10 @@ // Typography // ------------------------- -@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif; -@serifFontFamily: Georgia, "Times New Roman", Times, serif; -@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace; - @baseFontSize: 13px; -@baseFontFamily: @sansFontFamily; +@baseFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif; @baseLineHeight: 18px; -@altFontFamily: @serifFontFamily; +@altFontFamily: Georgia, "Times New Roman", Times, serif; @headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily @headingsFontWeight: bold; // instead of browser default, bold @@ -96,9 +94,8 @@ // ------------------------- @inputBackground: @white; @inputBorder: #ccc; -@inputBorderRadius: 0; @inputDisabledBackground: @grayLighter; -@formActionsBackground: #f5f5f5; + // Dropdowns // ------------------------- @@ -159,7 +156,6 @@ @navbarSearchBackgroundFocus: @white; @navbarSearchBorder: darken(@navbarSearchBackground, 30%); @navbarSearchPlaceholderColor: #ccc; -@navbarBrandColor: @headingsColor; // Hero unit @@ -189,6 +185,7 @@ + // GRID // -------------------------------------------------- @@ -199,6 +196,7 @@ @gridGutterWidth: 20px; @gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); + // Fluid grid // ------------------------- @fluidGridColumnWidth: 6.382978723%; |