From 2e6ddcd977ffbdcd320111b4773ffafda5b85e03 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Thu, 23 Feb 2023 06:35:34 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E8=89=B2=E4=B8=BB=E9=A2=98=E5=B8=B8?= =?UTF-8?q?=E7=94=A8=E5=9C=BA=E6=99=AF=E5=AD=97=E4=BD=93=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/theme/red.scss | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 8146d22..c0e4d40 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -8,4 +8,29 @@ $linx-red-info-color: #4B98CF; $linx-red-light-border-color: #DCE0E2; $linx-red-dark-color: #1A3142; $linx-red-gray-color:#909399; -$linx-red-theme-rgb1: rgba($color: $linx-red-theme, $alpha: 0.05); \ No newline at end of file +$linx-red-theme-rgb1: rgba($color: $linx-red-theme, $alpha: 0.05); + +body[data-theme='red'] { + .info{ + color: $linx-red-info-color !important; + } + .warning{ + color: $linx-red-warning-color !important; + } + .danger{ + color: $linx-red-danger-color !important; + } + .success{ + color: $linx-red-success-color !important; + } + .primary { + color: rgba($color: #1890ff, $alpha: 0.7) !important; + } + .gray { + color: $linx-red-gray-color; + } + .warning-small{ + color: $linx-red-warning-color; + font-size: 12px; + } +} -- Gitee