tdesign-mobile-vue
Version:
tdesign-mobile-vue
18 lines (16 loc) • 1.2 kB
text/less
@footer-text-color: var(--td-footer-text-color, @text-color-placeholder);
@footer-text-font-size: var(--td-footer-text-font-size, @font-size-s);
@footer-text-line-height: var(--td-footer-text-line-height, 20px);
@footer-text-margin-top: var(--td-footer-text-margin-top, 4px);
@footer-link-color: var(--td-footer-link-color, @brand-color);
@footer-link-font-size: var(--td-footer-link-font-size, @font-size-s);
@footer-link-line-height: var(--td-footer-link-line-height, 20px);
@footer-title-color: var(--td-footer-title-color, @text-color-primary);
@footer-link-dividing-line-padding: var(--td-footer-link-dividing-line-padding, @spacer-1);
@footer-link-dividing-line-color: var(--td-footer-link-dividing-line-color, @text-color-placeholder);
@footer-logo-icon-width: var(--td-footer-logo-icon-width, 24px);
@footer-logo-icon-height: var(--td-footer-logo-icon-height, 24px);
@footer-logo-icon-margin-right: var(--td-footer-logo-icon-margin-right, @spacer);
@footer-logo-title-font-size: var(--td-footer-logo-title-font-size, @font-size-m);
@footer-logo-title-url-width: var(--td-footer-logo-title-url-width, 128px);
@footer-logo-title-line-height: var(--td-footer-logo-title-line-height, 24px);