From 1899d114192132346ab8ad45b32f177a4ce4e27c Mon Sep 17 00:00:00 2001 From: Jenil Gogari Date: Thu, 9 May 2013 23:29:07 +0530 Subject: It became 'Flatness' and also flatter! * Change name to 'Flatness' * Removes overides on buttons and they are now addes in variables.less * Button and Navbar get new look * Small and mini buttons getting smaller font * fixed duplicate icons issue * Overall font size increased * Alerts styles improved --- swatchmaker/swatch/bootswatch.less | 0 swatchmaker/swatch/variables.less | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 swatchmaker/swatch/bootswatch.less mode change 100755 => 100644 swatchmaker/swatch/variables.less (limited to 'swatchmaker') diff --git a/swatchmaker/swatch/bootswatch.less b/swatchmaker/swatch/bootswatch.less old mode 100755 new mode 100644 diff --git a/swatchmaker/swatch/variables.less b/swatchmaker/swatch/variables.less old mode 100755 new mode 100644 index 56d65b48..31c131b1 --- a/swatchmaker/swatch/variables.less +++ b/swatchmaker/swatch/variables.less @@ -1,4 +1,4 @@ -// Swatch 2.3.1 +// // Variables // -------------------------------------------------- @@ -68,7 +68,7 @@ @paddingLarge: 11px 19px; // 44px @paddingSmall: 2px 10px; // 26px -@paddingMini: 1px 6px; // 24px +@paddingMini: 0 6px; // 22px @baseBorderRadius: 4px; @borderRadiusLarge: 6px; @@ -86,7 +86,7 @@ // ------------------------- @btnBackground: @white; @btnBackgroundHighlight: darken(@white, 10%); -@btnBorder: #bbb; +@btnBorder: #ccc; @btnPrimaryBackground: @linkColor; @btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 20%); @@ -126,7 +126,7 @@ @dropdownLinkColor: @grayDark; @dropdownLinkColorHover: @white; -@dropdownLinkColorActive: @dropdownLinkColor; +@dropdownLinkColorActive: @white; @dropdownLinkBackgroundActive: @linkColor; @dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; -- cgit v1.2.3