|
|
|
|
@ -86,13 +86,17 @@ html {--antd-wave-shadow-color: @primary-color;}
|
|
|
|
|
.ant-alert {color: @text-color;border-radius: 2px;}
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
.ant-alert-success {background-color: color(~`colorPalette("@{warning-color}", 1)`);border: 1px solid color(~`colorPalette("@{warning-color}", 3)`);}
|
|
|
|
|
.ant-alert-success .ant-alert-icon {color: @success-color;}
|
|
|
|
|
.ant-alert-info {background-color: color(~`colorPalette("@{primary-color}", 1)`);border: 1px solid color(~`colorPalette("@{primary-color}", 3)`);}
|
|
|
|
|
.ant-alert-info .ant-alert-icon {color: @primary-color;}
|
|
|
|
|
.ant-alert-warning {background-color: color(~`colorPalette("@{warning-color}", 1)`);border: 1px solid color(~`colorPalette("@{warning-color}", 3)`);}
|
|
|
|
|
=======
|
|
|
|
|
.ant-alert-success {background-color: color(~`colorPalette("@{success-color}", 1)`);border: 1px solid color(~`colorPalette("@{success-color}", 3)`);}
|
|
|
|
|
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
|
|
|
|
|
.ant-alert-success .ant-alert-icon {color: @success-color;}
|
|
|
|
|
.ant-alert-info {background-color: color(~`colorPalette("@{primary-color}", 1)`);border: 1px solid color(~`colorPalette("@{primary-color}", 3)`);}
|
|
|
|
|
.ant-alert-info .ant-alert-icon {color: @primary-color;}
|
|
|
|
|
.ant-alert-warning {background-color: color(~`colorPalette("@{warning-color}", 1)`);border: 1px solid color(~`colorPalette("@{warning-color}", 3)`);}
|
|
|
|
|
.ant-alert-warning {background-color: color(~`colorPalette("@{modal-header-bg}", 1)`);border: 1px solid color(~`colorPalette("@{warning-color}", 3)`);}
|
|
|
|
|
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
|
|
|
|
|
.ant-alert-warning .ant-alert-icon {color: @warning-color;}
|
|
|
|
|
.ant-alert-error {background-color: color(~`colorPalette("@{error-color}", 1)`);border: 1px solid color(~`colorPalette("@{error-color}", 3)`);}
|
|
|
|
|
.ant-alert-error .ant-alert-icon {color: @error-color;}
|
|
|
|
|
@ -738,12 +742,12 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
|
|
.ant-form-item-has-warning .ant-input-affix-wrapper input:focus {box-shadow: none !important;}
|
|
|
|
|
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(218, 29, 35, 0.2);}
|
|
|
|
|
=======
|
|
|
|
|
.ant-form-item-has-warning .ant-input:focus, .ant-form-item-has-warning .ant-input-affix-wrapper:focus, .ant-form-item-has-warning .ant-input-focused, .ant-form-item-has-warning .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(78, 70, 148, 0.2);}
|
|
|
|
|
.ant-form-item-has-warning .ant-input:focus, .ant-form-item-has-warning .ant-input-affix-wrapper:focus, .ant-form-item-has-warning .ant-input-focused, .ant-form-item-has-warning .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(206, 99, 242, 0.2);}
|
|
|
|
|
.ant-form-item-has-warning .ant-input:not(.ant-form-item-has-warning .ant-input-disabled) {background-color: #fff;}
|
|
|
|
|
.ant-form-item-has-warning .ant-input-affix-wrapper:not(.ant-form-item-has-warning .ant-input-affix-wrapper-disabled) {background-color: #fff;}
|
|
|
|
|
.ant-form-item-has-warning .ant-input-affix-wrapper input:focus {box-shadow: none !important;}
|
|
|
|
|
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(78, 70, 148, 0.2);}
|
|
|
|
|
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
|
|
|
|
|
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(206, 99, 242, 0.2);}
|
|
|
|
|
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
|
|
|
|
|
.ant-form-item-has-warning .ant-input-prefix {color: @warning-color;}
|
|
|
|
|
.ant-form-item-has-warning .ant-input-group-addon {color: @warning-color;border-color: @warning-color;}
|
|
|
|
|
.ant-form-item-has-warning .has-feedback {color: @warning-color;}
|
|
|
|
|
@ -763,19 +767,19 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
|
|
.ant-form-item-has-error .ant-input-affix-wrapper input:focus {box-shadow: none !important;}
|
|
|
|
|
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(107, 176, 68, 0.2);}
|
|
|
|
|
=======
|
|
|
|
|
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(78, 70, 148, 0.2);}
|
|
|
|
|
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(206, 99, 242, 0.2);}
|
|
|
|
|
.ant-form-item-has-warning .ant-input-number, .ant-form-item-has-warning .ant-picker {border-color: @warning-color;}
|
|
|
|
|
.ant-form-item-has-warning .ant-input-number-focused, .ant-form-item-has-warning .ant-picker-focused, .ant-form-item-has-warning .ant-input-number:focus, .ant-form-item-has-warning .ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(78, 70, 148, 0.2);}
|
|
|
|
|
.ant-form-item-has-warning .ant-input-number-focused, .ant-form-item-has-warning .ant-picker-focused, .ant-form-item-has-warning .ant-input-number:focus, .ant-form-item-has-warning .ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(206, 99, 242, 0.2);}
|
|
|
|
|
.ant-form-item-has-warning .ant-input-number:not([disabled]):hover, .ant-form-item-has-warning .ant-picker:not([disabled]):hover {border-color: @warning-color;}
|
|
|
|
|
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(78, 70, 148, 0.2);}
|
|
|
|
|
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(206, 99, 242, 0.2);}
|
|
|
|
|
.ant-form-item-has-error .ant-form-item-explain, .ant-form-item-has-error .ant-form-item-split {color: @error-color;}
|
|
|
|
|
.ant-form-item-has-error .ant-input, .ant-form-item-has-error .ant-input-affix-wrapper, .ant-form-item-has-error .ant-input:hover, .ant-form-item-has-error .ant-input-affix-wrapper:hover {border-color: @error-color;}
|
|
|
|
|
.ant-form-item-has-error .ant-input:focus, .ant-form-item-has-error .ant-input-affix-wrapper:focus, .ant-form-item-has-error .ant-input-focused, .ant-form-item-has-error .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(190, 101, 159, 0.2);}
|
|
|
|
|
.ant-form-item-has-error .ant-input:focus, .ant-form-item-has-error .ant-input-affix-wrapper:focus, .ant-form-item-has-error .ant-input-focused, .ant-form-item-has-error .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(108, 188, 143, 0.2);}
|
|
|
|
|
.ant-form-item-has-error .ant-input:not(.ant-form-item-has-error .ant-input-disabled) {background-color: #fff;}
|
|
|
|
|
.ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-form-item-has-error .ant-input-affix-wrapper-disabled) {background-color: #fff;}
|
|
|
|
|
.ant-form-item-has-error .ant-input-affix-wrapper input:focus {box-shadow: none !important;}
|
|
|
|
|
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(190, 101, 159, 0.2);}
|
|
|
|
|
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
|
|
|
|
|
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(108, 188, 143, 0.2);}
|
|
|
|
|
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
|
|
|
|
|
.ant-form-item-has-error .ant-input-prefix {color: @error-color;}
|
|
|
|
|
.ant-form-item-has-error .ant-input-group-addon {color: @error-color;border-color: @error-color;}
|
|
|
|
|
.ant-form-item-has-error .has-feedback {color: @error-color;}
|
|
|
|
|
@ -792,16 +796,16 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
|
|
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(107, 176, 68, 0.2);}
|
|
|
|
|
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(107, 176, 68, 0.2);}
|
|
|
|
|
=======
|
|
|
|
|
.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(190, 101, 159, 0.2);}
|
|
|
|
|
.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(108, 188, 143, 0.2);}
|
|
|
|
|
.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {border: 0;}
|
|
|
|
|
.ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {border-color: @error-color;}
|
|
|
|
|
.ant-form-item-has-error .ant-input-number, .ant-form-item-has-error .ant-picker {border-color: @error-color;}
|
|
|
|
|
.ant-form-item-has-error .ant-input-number-focused, .ant-form-item-has-error .ant-picker-focused, .ant-form-item-has-error .ant-input-number:focus, .ant-form-item-has-error .ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(190, 101, 159, 0.2);}
|
|
|
|
|
.ant-form-item-has-error .ant-input-number-focused, .ant-form-item-has-error .ant-picker-focused, .ant-form-item-has-error .ant-input-number:focus, .ant-form-item-has-error .ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(108, 188, 143, 0.2);}
|
|
|
|
|
.ant-form-item-has-error .ant-input-number:not([disabled]):hover, .ant-form-item-has-error .ant-picker:not([disabled]):hover {border-color: @error-color;}
|
|
|
|
|
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {border-color: @error-color;}
|
|
|
|
|
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(190, 101, 159, 0.2);}
|
|
|
|
|
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(190, 101, 159, 0.2);}
|
|
|
|
|
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
|
|
|
|
|
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(108, 188, 143, 0.2);}
|
|
|
|
|
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(108, 188, 143, 0.2);}
|
|
|
|
|
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
|
|
|
|
|
.ant-form-item-has-error .ant-transfer-list {border-color: @error-color;}
|
|
|
|
|
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {border-color: @border-color-base;}
|
|
|
|
|
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
|
|
|
|
|
@ -1000,11 +1004,11 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
|
|
.ant-menu-item-danger.ant-menu-item-selected > a, .ant-menu-item-danger.ant-menu-item-selected > a:hover {color: @error-color;}
|
|
|
|
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: #fff1f0;}
|
|
|
|
|
=======
|
|
|
|
|
.ant-menu-item-danger.ant-menu-item:active {background: color(~`colorPalette("@{modal-close-color}", 1)`);}
|
|
|
|
|
.ant-menu-item-danger.ant-menu-item:active {background: color(~`colorPalette("@{link-color}", 1)`);}
|
|
|
|
|
.ant-menu-item-danger.ant-menu-item-selected {color: @error-color;}
|
|
|
|
|
.ant-menu-item-danger.ant-menu-item-selected > a, .ant-menu-item-danger.ant-menu-item-selected > a:hover {color: @error-color;}
|
|
|
|
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: color(~`colorPalette("@{modal-close-color}", 1)`);}
|
|
|
|
|
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
|
|
|
|
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: color(~`colorPalette("@{link-color}", 1)`);}
|
|
|
|
|
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
|
|
|
|
|
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {border-right-color: @error-color;}
|
|
|
|
|
.ant-menu-dark .ant-menu-item-danger.ant-menu-item, .ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover, .ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {color: @error-color;}
|
|
|
|
|
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {color: #fff;background-color: @error-color;}
|
|
|
|
|
@ -1503,19 +1507,15 @@ tr.ant-table-expanded-row:hover > td {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)`);}
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
.ant-tag-pink {color: #eb2f96;background: #fff0f6;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-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
.ant-tag-red {color: #f5222d;background: #fff1f0;border-color: #ffa39e;}
|
|
|
|
|
=======
|
|
|
|
|
.ant-tag-pink {color: #eb2f96;background: color(~`colorPalette("@{layout-body-background}", 1)`);border-color: #ffadd2;}
|
|
|
|
|
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
|
|
|
|
|
.ant-tag-magenta {color: #eb2f96;background: color(~`colorPalette("@{layout-body-background}", 1)`);border-color: #ffadd2;}
|
|
|
|
|
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
|
|
|
|
|
.ant-tag-red {color: #f5222d;background: color(~`colorPalette("@{modal-close-color}", 1)`);border-color: #ffa39e;}
|
|
|
|
|
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
|
|
|
|
|
.ant-tag-red {color: #f5222d;background: color(~`colorPalette("@{link-color}", 1)`);border-color: #ffa39e;}
|
|
|
|
|
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
|
|
|
|
|
.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;}
|
|
|
|
|
.ant-tag-volcano {color: #fa541c;background: #fff2e8;border-color: #ffbb96;}
|
|
|
|
|
.ant-tag-volcano-inverse {color: #fff;background: #fa541c;border-color: #fa541c;}
|
|
|
|
|
@ -1531,23 +1531,27 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
|
|
|
|
|
.ant-tag-lime-inverse {color: #fff;background: #a0d911;border-color: #a0d911;}
|
|
|
|
|
.ant-tag-green {color: #52c41a;background: #f6ffed;border-color: #b7eb8f;}
|
|
|
|
|
.ant-tag-green-inverse {color: #fff;background: #52c41a;border-color: #52c41a;}
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
.ant-tag-blue {color: #1890ff;background: #e6f7ff;border-color: #91d5ff;}
|
|
|
|
|
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;}
|
|
|
|
|
.ant-tag-geekblue {color: #2f54eb;background: #f0f5ff;border-color: #adc6ff;}
|
|
|
|
|
.ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;}
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
.ant-tag-purple {color: #722ed1;background: color(~`colorPalette("@{border-color-base}", 1)`);border-color: #d3adf7;}
|
|
|
|
|
.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;}
|
|
|
|
|
.ant-tag-success {color: #52c41a;background: #f6ffed;border-color: #b7eb8f;}
|
|
|
|
|
.ant-tag-processing {color: #1890ff;background: #e6f7ff;border-color: #91d5ff;}
|
|
|
|
|
.ant-tag-error {color: #f5222d;background: #fff1f0;border-color: #ffa39e;}
|
|
|
|
|
=======
|
|
|
|
|
.ant-tag-blue {color: #1890ff;background: color(~`colorPalette("@{modal-heading-color}", 1)`);border-color: #91d5ff;}
|
|
|
|
|
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;}
|
|
|
|
|
.ant-tag-geekblue {color: #2f54eb;background: #f0f5ff;border-color: #adc6ff;}
|
|
|
|
|
.ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;}
|
|
|
|
|
.ant-tag-purple {color: #722ed1;background: #f9f0ff;border-color: #d3adf7;}
|
|
|
|
|
.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;}
|
|
|
|
|
.ant-tag-success {color: #52c41a;background: #f6ffed;border-color: #b7eb8f;}
|
|
|
|
|
.ant-tag-processing {color: #1890ff;background: #e6f7ff;border-color: #91d5ff;}
|
|
|
|
|
.ant-tag-error {color: #f5222d;background: color(~`colorPalette("@{modal-close-color}", 1)`);border-color: #ffa39e;}
|
|
|
|
|
>>>>>>> 5e534d6fb49645613cf22cc451c645d107cc6d52
|
|
|
|
|
.ant-tag-processing {color: #1890ff;background: color(~`colorPalette("@{modal-heading-color}", 1)`);border-color: #91d5ff;}
|
|
|
|
|
.ant-tag-error {color: #f5222d;background: color(~`colorPalette("@{link-color}", 1)`);border-color: #ffa39e;}
|
|
|
|
|
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
|
|
|
|
|
.ant-tag-warning {color: #fa8c16;background: #fff7e6;border-color: #ffd591;}
|
|
|
|
|
.ant-timeline {color: @text-color;}
|
|
|
|
|
.ant-timeline-item-tail {border-left: 2px solid #f0f0f0;}
|
|
|
|
|
@ -1747,7 +1751,11 @@ a.ant-typography[disabled], .ant-typography a[disabled] {color: @disabled-color;
|
|
|
|
|
.ant-upload-list-picture .ant-upload-list-item-error, .ant-upload-list-picture-card .ant-upload-list-item-error {border-color: @error-color;}
|
|
|
|
|
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info, .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {background: transparent;}
|
|
|
|
|
.ant-upload-list-picture .ant-upload-list-item-uploading, .ant-upload-list-picture-card .ant-upload-list-item-uploading {border-style: dashed;}
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {fill: color(~`colorPalette("@{error-color}", 1)`);}
|
|
|
|
|
=======
|
|
|
|
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='color(~`colorPalette("@{modal-heading-color}", 1)`)'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='color(~`colorPalette("@{modal-heading-color}", 1)`)'] {fill: color(~`colorPalette("@{error-color}", 1)`);}
|
|
|
|
|
>>>>>>> a08b70631197ae152726dfdf2ffc0b47ac01fcab
|
|
|
|
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {fill: @error-color;}
|
|
|
|
|
.ant-upload-list-picture-card .ant-upload-list-item-info::before {background-color: rgba(0, 0, 0, 0.5);}
|
|
|
|
|
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {color: rgba(255, 255, 255, 0.85);}
|
|
|
|
|
|