mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
button variables updates
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user