-
Notifications
You must be signed in to change notification settings - Fork 359
Expand file tree
/
Copy path_var.less
More file actions
18 lines (17 loc) · 1.24 KB
/
_var.less
File metadata and controls
18 lines (17 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@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-base);
@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, @gray-color-3);
@footer-link-dividing-line-height: var(--td-footer-link-dividing-height, 22px);
@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);