refactor(Button): use flex layout (#6180)
This commit is contained in:
+1
-5
@@ -110,16 +110,13 @@
|
||||
@button-mini-height: 22px;
|
||||
@button-mini-min-width: 50px;
|
||||
@button-mini-font-size: @font-size-xs;
|
||||
@button-mini-line-height: 20px;
|
||||
@button-small-height: 30px;
|
||||
@button-small-font-size: @font-size-sm;
|
||||
@button-small-min-width: 60px;
|
||||
@button-small-line-height: 28px;
|
||||
@button-normal-font-size: @font-size-md;
|
||||
@button-large-height: 50px;
|
||||
@button-large-line-height: 48px;
|
||||
@button-default-height: 44px;
|
||||
@button-default-line-height: 42px;
|
||||
@button-default-line-height: 1.5;
|
||||
@button-default-font-size: @font-size-lg;
|
||||
@button-default-color: @text-color;
|
||||
@button-default-background-color: @white;
|
||||
@@ -168,7 +165,6 @@
|
||||
@calendar-day-disabled-color: @gray-5;
|
||||
@calendar-confirm-button-height: 36px;
|
||||
@calendar-confirm-button-margin: 7px 0;
|
||||
@calendar-confirm-button-line-height: 34px;
|
||||
|
||||
// Card
|
||||
@card-padding: @padding-xs @padding-md;
|
||||
|
||||
Reference in New Issue
Block a user