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