@import '../../styles/themes/index.less';
@import '../../styles/mixins/index.less';

@Tree-indent: @size-4;
@Tree-icon-margin-right: @size-1;
@Tree-inputHeight: calc(28px * 0.85);
@Tree-item-onHover-bg: var(--primary);
@Tree-itemArrowWidth: 16px;
@Tree-itemLabel--onChecked-color: var(--primary);
@Tree-item-text-top: 4px;
@Tree-item-arrow-padding-left: 4px;
@Tree-item-onChekced-bg: var(--primary-1);
@Tree-item-onChekced-bg-borderRadius: @border-radius;
@Tree-itemHeight: 24px;
@Tree-icon-gap: @size-1;
