@import '../config.less';

@checkbox-text-default-tp: tp8;
@checkbox-default-p: p5;

@checkbox-selected-tp: tp11;
@checkbox-selected-p: p23;
@checkbox-text-selected-tp: tp8;

@checkbox-indeter-tp: tp12;
@checkbox-indeter-p: p14;
@checkbox-text-indeter-tp: tp8;


@checkbox-size: @P * 4;
@checkbox-border-width: 1px;
@checkbox-group-item-margin-right: 5px;

@checkbox-button-default-tp: tp3;
@checkbox-button-default-p: p5;

@checkbox-button-click-tp: tp13;
@checkbox-button-click-p: p14;

@checkbox-flag-click-tp: tp9;
@checkbox-flag-click-p: p36;

// 禁用选中颜色
@checkbox-checked-disabled-color: @B11;
