diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index f3750d357993acc7b2f22cdc0cdbc4667eeb8d2d..b0b4484510792fb51a68457738c87641c75e98c2 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -102,5 +102,37 @@ body[data-theme='red'] { border: 1px solid $linx-red-theme; } } + +.ant-tag{ + &.info{ + background-color: #fff !important; + border-color: $linx-red-light-border-color; + } + &.success{ + background-color: $linx-red-success-color; + border-color: $linx-red-success-color; + color: #fff !important; + } + &.danger{ + background-color: $linx-red-danger-color; + border-color: $linx-red-danger-color; + color: #fff !important; + } + &.warning{ + background-color: $linx-red-warning-color; + border-color: $linx-red-warning-color; + color: #fff !important; + } + &.gray { + background-color: $linx-red-gray-color; + border-color: $linx-red-gray-color; + color: #fff !important; + } + &.dark { + background-color: $linx-red-dark-color; + border-color: $linx-red-dark-color; + color: #fff !important; + } + } }