mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-01-02 13:26:57 +08:00
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
@import '../style/var.less';
|
|
|
|
@action-sheet-max-height: 80%;
|
|
@action-sheet-header-height: 48px;
|
|
@action-sheet-header-font-size: var(--van-font-size-lg);
|
|
@action-sheet-description-color: var(--van-text-color-2);
|
|
@action-sheet-description-font-size: var(--van-font-size-md);
|
|
@action-sheet-description-line-height: var(--van-line-height-md);
|
|
@action-sheet-item-background: var(--van-background-color-light);
|
|
@action-sheet-item-font-size: var(--van-font-size-lg);
|
|
@action-sheet-item-line-height: var(--van-line-height-lg);
|
|
@action-sheet-item-text-color: var(--van-text-color);
|
|
@action-sheet-item-disabled-text-color: var(--van-text-color-3);
|
|
@action-sheet-subname-color: var(--van-text-color-2);
|
|
@action-sheet-subname-font-size: var(--van-font-size-sm);
|
|
@action-sheet-subname-line-height: var(--van-line-height-sm);
|
|
@action-sheet-close-icon-size: 22px;
|
|
@action-sheet-close-icon-color: var(--van-gray-5);
|
|
@action-sheet-close-icon-padding: 0 var(--van-padding-md);
|
|
@action-sheet-cancel-text-color: var(--van-gray-7);
|
|
@action-sheet-cancel-padding-top: var(--van-padding-xs);
|
|
@action-sheet-cancel-padding-color: var(--van-background-color);
|
|
@action-sheet-loading-icon-size: 22px;
|