diff options
author | Jenil Gogari <jenil27@hotmail.com> | 2013-05-09 23:29:07 +0530 |
---|---|---|
committer | Jenil Gogari <jenil27@hotmail.com> | 2013-05-09 23:29:07 +0530 |
commit | 1899d114192132346ab8ad45b32f177a4ce4e27c (patch) | |
tree | 762589d0feaa6e71badf00e5fe0aa08088ca7046 /swatchmaker | |
parent | 3b719b269a9e6420e8389f41d24242a49d9865e6 (diff) |
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
Diffstat (limited to 'swatchmaker')
-rw-r--r--[-rwxr-xr-x] | swatchmaker/swatch/bootswatch.less | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | swatchmaker/swatch/variables.less | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/swatchmaker/swatch/bootswatch.less b/swatchmaker/swatch/bootswatch.less index 9194e5ce..9194e5ce 100755..100644 --- a/swatchmaker/swatch/bootswatch.less +++ b/swatchmaker/swatch/bootswatch.less diff --git a/swatchmaker/swatch/variables.less b/swatchmaker/swatch/variables.less index 56d65b48..31c131b1 100755..100644 --- 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; |