From 0afc5d2477e3314f44dc60df8c8e24c8c4860c0c Mon Sep 17 00:00:00 2001 From: valentinkolb Date: Mon, 18 Mar 2024 15:56:54 +0100 Subject: [PATCH] added classes for stuve files --- srv/styles/stuve-colors.css | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 srv/styles/stuve-colors.css diff --git a/srv/styles/stuve-colors.css b/srv/styles/stuve-colors.css new file mode 100644 index 0000000..b5e6616 --- /dev/null +++ b/srv/styles/stuve-colors.css @@ -0,0 +1,39 @@ +.StuVe-Text-Green { + color: var(--StuVe-green) !important; +} + +.StuVe-Text-Dark-Green { + color: var(--StuVe-dark-green) !important; +} + +.StuVe-Text-Blue { + color: var(--StuVe-blue) !important; +} + +.StuVe-Text-Dark-Blue { + color: var(--StuVe-dark-blue) !important; +} + +.StuVe-Text-Gray { + color: var(--StuVe-gray) !important; +} + +.Text-Info { + color: var(--Color-Info) !important; +} + +.Text-Success { + color: var(--Color-Success) !important; +} + +.Text-Warning { + color: var(--Color-Warning) !important; +} + +.Text-Error { + color: var(--Color-Error) !important; +} + +.Text-Default { + color: unset !important; +} \ No newline at end of file