style(Button): add some less vars (#8281)
This commit is contained in:
@@ -127,9 +127,12 @@
|
||||
|
||||
// Button
|
||||
@button-mini-height: 24px;
|
||||
@button-mini-padding: 0 @padding-base;
|
||||
@button-mini-font-size: @font-size-xs;
|
||||
@button-small-height: 32px;
|
||||
@button-small-padding: 0 @padding-xs;
|
||||
@button-small-font-size: @font-size-sm;
|
||||
@button-normal-padding: 0 15px;
|
||||
@button-normal-font-size: @font-size-md;
|
||||
@button-large-height: 50px;
|
||||
@button-default-height: 44px;
|
||||
@@ -155,6 +158,7 @@
|
||||
@button-round-border-radius: @border-radius-max;
|
||||
@button-plain-background-color: @white;
|
||||
@button-disabled-opacity: @disabled-opacity;
|
||||
@button-icon-size: 1.2em;
|
||||
|
||||
// Calendar
|
||||
@calendar-background-color: @white;
|
||||
|
||||
Reference in New Issue
Block a user