tdesign-mobile-vue
Version:
tdesign-mobile-vue
16 lines (14 loc) • 1.12 kB
text/less
@action-sheet: ~"@{prefix}-action-sheet";
@action-sheet-list-item-height: var(--td-action-sheet-list-item-height, 56px);
@action-sheet-list-item-disabled-color: var(--td-action-sheet-list-item-disabled-color, @text-color-disabled);
@action-sheet-border-color: var(--td-action-sheet-border-color, @component-stroke);
@action-sheet-color: var(--td-action-sheet-color, @text-color-primary);
@action-sheet-border-radius: var(--td-action-sheet-border-radius, @radius-extra-large);
@action-sheet-description-color: var(--td-action-sheet-description-color, @text-color-placeholder);
@action-sheet-text-align: var(--td-action-sheet-text-align, center);
@action-sheet-cancel-height: var(--td-action-sheet-cancel-height, 48px);
@action-sheet-dot-size: var(--td-action-sheet-dot-size, 8px);
@action-sheet-dot-color: var(--td-action-sheet-dot-color, @text-color-disabled);
@action-sheet-dot-active-color: var(--td-action-sheet-dot-active-color, @brand-color);
@action-sheet-text-weight: var(--td-action-sheet-text-weight, 400);
@action-sheet-gap-color: var(--td-action-sheet-gap-color, var(--td-bg-color-page, @component-stroke));