tdesign-mobile-vue
Version:
tdesign-mobile-vue
8 lines (7 loc) • 357 B
text/less
@toast: ~"@{prefix}-toast";
@toast-color: var(--td-toast-color, @font-white-1);
@toast-bg-color: var(--td-toast-bg-color, @font-gray-1);
@toast-max-width: var(--td-toast-max-width, 185px);
@toast-radius: var(--td-toast-radius, 4px);
@toast-row-icon-size: var(--td-toast-row-icon-size, 24px);
@toast-column-icon-size: var(--td-toast-column-icon-size, 32px);