style(Button): add some less vars (#8281)
This commit is contained in:
@@ -149,10 +149,13 @@ How to use: [Custom Theme](#/en-US/theme).
|
||||
| Name | Default Value | Description |
|
||||
| -------------------------------- | -------------------- | ----------- |
|
||||
| @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-font-size | `@font-size-md` | - |
|
||||
| @button-normal-padding | `0 15px` | - |
|
||||
| @button-large-height | `50px` | - |
|
||||
| @button-default-height | `44px` | - |
|
||||
| @button-default-line-height | `1.2` | - |
|
||||
@@ -177,3 +180,4 @@ How to use: [Custom Theme](#/en-US/theme).
|
||||
| @button-round-border-radius | `@border-radius-max` | - |
|
||||
| @button-plain-background-color | `@white` | - |
|
||||
| @button-disabled-opacity | `@disabled-opacity` | - |
|
||||
| @button-icon-size | `1.2em` | - |
|
||||
|
||||
Reference in New Issue
Block a user