@import './variables.less';

@tag-prefix: ~"@{ant-prefix}-tag";


.@{tag-prefix}.tag-primary {
	color: @antd-primary-color;
	background-color: @antd-background-selected;
	border-color: @antd-primary-color;
}

.@{tag-prefix}.tag-secondary {
	color: @antd-text-color-inv;
	background-color: @antd-secondary-color;
}

.@{tag-prefix}.tag-primary-bg {
	color: @antd-text-color-inv;
	background-color: @antd-primary-color;
}

