[improvement] Actionsheet: add less vars (#3049)
This commit is contained in:
@@ -19,6 +19,19 @@
|
||||
@background-color: #f8f8f8;
|
||||
@background-color-light: #fafafa;
|
||||
|
||||
// ActionSheet
|
||||
@action-sheet-max-height: 90%;
|
||||
@action-sheet-header-height: 44px;
|
||||
@action-sheet-header-font-size: 16px;
|
||||
@action-sheet-item-height: 50px;
|
||||
@action-sheet-item-background: @white;
|
||||
@action-sheet-item-font-size: 16px;
|
||||
@action-sheet-item-text-color: @text-color;
|
||||
@action-sheet-subname-color: @gray-darker;
|
||||
@action-sheet-subname-font-size: 12px;
|
||||
@action-sheet-close-icon-size: 18px;
|
||||
@action-sheet-close-icon-color: @gray-dark;
|
||||
|
||||
// Button
|
||||
@button-default-color: @text-color;
|
||||
@button-default-background-color: @white;
|
||||
|
||||
Reference in New Issue
Block a user