button variables updates

This commit is contained in:
Adam Bradley
2013-11-01 11:26:43 -05:00
parent 907121cc7d
commit 979bba4810
7 changed files with 142 additions and 216 deletions

View File

@ -210,23 +210,30 @@ $info-border: darken(adjust-hue($info-bg, -10), 7%);
// -------------------------------
$button-color: #222;
$button-padding: 10px 12px 7px 12px;
$button-block-margin: 10px !default;
$button-clear-padding: 12px 6px;
$button-clear-padding: 0 6px;
$button-border-radius: 2px;
$button-border-width: 1px;
$button-font-size: 16px;
$button-line-height: 23px;
$button-min-height: 44px;
$button-height: 42px;
$button-padding: 0 12px;
$button-icon-size: 24px;
$button-small-line-height: 29px !default;
$button-small-min-height: 32px !default;
$button-large-font-size: 18px;
$button-large-height: 54px;
$button-large-padding: 0 12px;
$button-large-icon-size: 32px;
$button-icon-font-size: 24px;
$button-icon-large-font-size: 32px;
$button-small-font-size: 12px;
$button-small-height: 28px;
$button-small-padding: 0 4px;
$button-small-icon-size: 16px;
$button-bar-button-line-height: 15px !default;
$button-bar-button-min-height: 33px !default;
$button-bar-button-font-size: 12px;
$button-bar-button-height: 31px !default;
$button-bar-button-padding: 0 8px;
$button-bar-button-icon-size: 24px;
$button-default-bg: $brand-default;
$button-default-border: #ddd;