[improvement] Actionsheet: add less vars (#3049)

This commit is contained in:
neverland
2019-03-24 21:03:47 +08:00
committed by GitHub
parent 76a90eb89e
commit 078ba99f94
2 changed files with 25 additions and 12 deletions
+13
View File
@@ -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;