From b434842e921aaddbddc4fc66f7dc12758a902881 Mon Sep 17 00:00:00 2001 From: wangzemei Date: Thu, 24 Oct 2024 15:38:51 +0800 Subject: [PATCH] + [task#131071] add css file for the thinkvennlink widget. --- lib/zin/wg/thinkvennlink/css/v1.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/zin/wg/thinkvennlink/css/v1.css diff --git a/lib/zin/wg/thinkvennlink/css/v1.css b/lib/zin/wg/thinkvennlink/css/v1.css new file mode 100644 index 0000000000..73753c936b --- /dev/null +++ b/lib/zin/wg/thinkvennlink/css/v1.css @@ -0,0 +1,13 @@ +.think-venn-link .bg-think-blue-100 {background-color: #cfe7fe;} +.think-venn-link .text-think-blue {color: #2294FB;} +.think-venn-link .bg-think-yellow-100 {background-color: #FFF2D9;} +.think-venn-link .text-think-yellow {color: #FAAE1A;} +.think-venn-link .think-blue-outline {--skin-ring: #2294FB;} +.think-venn-link .special-outline {--skin-text: unset; --skin-bg: var(--color-special-100);} +.think-venn-link .success-outline {--skin-text: unset; --skin-bg: var(--color-success-100);} +.think-venn-link .warning-outline {--skin-text: unset; --skin-bg: var(--color-warning-100);} +.think-venn-link .important-outline {--skin-text: unset; --skin-bg: var(--color-important-100);} +.think-venn-link .bg-success-100 {background-color: var(--color-success-100);} +.think-venn-link .bg-special-100 {background-color: var(--color-special-100);} +.think-venn-link .bg-important-100 {background-color: var(--color-important-100);} +.think-venn-link .bg-warning-100 {background-color: var(--color-warning-100);}