|
|
|
|
@ -1373,9 +1373,9 @@ tr.ant-table-expanded-row:hover {background: #fbfbfb;}
|
|
|
|
|
.ant-tag-checkable:active, .ant-tag-checkable-checked {color: #fff;}
|
|
|
|
|
.ant-tag-checkable-checked {background-color: @primary-color;}
|
|
|
|
|
.ant-tag-checkable:active {background-color: color(~`colorPalette("@{primary-color}", 7)`);}
|
|
|
|
|
.ant-tag-pink {color: #eb2f96;background: #fff0f6;border-color: #ffadd2;}
|
|
|
|
|
.ant-tag-pink {color: #eb2f96;background: color(~`colorPalette("@{text-color-secondary}", 1)`);border-color: #ffadd2;}
|
|
|
|
|
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
|
|
|
|
|
.ant-tag-magenta {color: #eb2f96;background: #fff0f6;border-color: #ffadd2;}
|
|
|
|
|
.ant-tag-magenta {color: #eb2f96;background: color(~`colorPalette("@{text-color-secondary}", 1)`);border-color: #ffadd2;}
|
|
|
|
|
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
|
|
|
|
|
.ant-tag-red {color: #f5222d;background: #fff1f0;border-color: #ffa39e;}
|
|
|
|
|
.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;}
|
|
|
|
|
|