mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-23 23:19:15 +08:00
25 lines
1015 B
Plaintext
25 lines
1015 B
Plaintext
@import '../style/var.less';
|
|
|
|
@action-sheet-max-height: 80%;
|
|
@action-sheet-header-height: 48px;
|
|
@action-sheet-header-font-size: @font-size-lg;
|
|
@action-sheet-description-color: @gray-6;
|
|
@action-sheet-description-font-size: @font-size-md;
|
|
@action-sheet-description-line-height: @line-height-md;
|
|
@action-sheet-item-background: @white;
|
|
@action-sheet-item-font-size: @font-size-lg;
|
|
@action-sheet-item-line-height: @line-height-lg;
|
|
@action-sheet-item-text-color: @text-color;
|
|
@action-sheet-item-disabled-text-color: @gray-5;
|
|
@action-sheet-subname-color: @gray-6;
|
|
@action-sheet-subname-font-size: @font-size-sm;
|
|
@action-sheet-subname-line-height: @line-height-sm;
|
|
@action-sheet-close-icon-size: 22px;
|
|
@action-sheet-close-icon-color: @gray-5;
|
|
@action-sheet-close-icon-active-color: @gray-6;
|
|
@action-sheet-close-icon-padding: 0 @padding-md;
|
|
@action-sheet-cancel-text-color: @gray-7;
|
|
@action-sheet-cancel-padding-top: @padding-xs;
|
|
@action-sheet-cancel-padding-color: @background-color;
|
|
@action-sheet-loading-icon-size: 22px;
|