@import '../../styles-new/default.less';

@table-title-height	 :@size-height-xl;
@table-title-font-size	 :@font-size-s;
@table-title-color	 :@color-text-tertiary;
@table-title-icon-size: @size-icon-xs;
@table-title-color-selecte	 :@color-text-primary;
@table-content-small-height	 :@size-height-xl;
@table-content-medium-height	 :@size-height-xxxl;
@table-content-large-height	 :@size-height-xxxxl;
@table-content-font-size	 :@font-size-base;
@table-content-color	 :@color-text-base;
@table-content-tertiary-font-size	 :@font-size-xxs;
@table-content-tertiary-color	 :@color-text-tertiary;
@table-content-tertiary-tag-font-size	: @font-size-xxs;
@table-content-tertiary-tag-color	 :@color-info-1;
@table-content-tertiary-tag-fill-color	: @color-info-light-1;
@table-content-data-font-weight	 :@font-weight-bold;
@table-tertiary-height	 :@size-height-m;
@table-tertiary-font-size	 :@font-size-xxs;
@table-tertiary-color	 :@color-text-tertiary;
@table-content-background-dark	 :@color-gray-7;
@table-content-background-light	 :@color-fill-white;
@table-left-padding	 :@spacing-m;
@table-right-padding	 :@spacing-m;

// 带图标表格
@table-icon-size: @size-icon-s;
// @checkbox-input-icon-color: @color-primary;
@table-checkbox-icon-color: @color-icon-primary;
@table-checkbox-icon-color-checked: @color-icon-primary;
@table-checkbox-icon-backgroud-color-checked: @color-fill-primary-light;
@table-checkbox-icon-color-disable: @color-icon-disable ;
@table-checkbox-icon-color-checked-disable: @color-icon-disable;
@table-collect-icon-color: @color-icon-primary;
@table-collect-icon-color-checked: @color-icon-primary;
