From cbe0e2fbd20a158f2451d948f351aee29966734c Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Fri, 7 May 2021 09:24:44 +0430 Subject: [PATCH] feat: add corporate theme --- src/themes/corporate.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/themes/corporate.css diff --git a/src/themes/corporate.css b/src/themes/corporate.css new file mode 100644 index 00000000000..842b6b2a4cc --- /dev/null +++ b/src/themes/corporate.css @@ -0,0 +1,28 @@ +[data-theme='corporate'] { + --p: 229 96% 64%; + --pf: 229 96% 54%; + --pc: 234 28% 13%; + + --s: 215 26% 59%; + --sf: 215 26% 49%; + --sc: 234 28% 13%; + + --a: 154 49% 60%; + --af: 154 49% 50%; + --ac: 234 28% 13%; + + --n: 234 28% 13%; + --nf: 234 28% 3%; + --nc: 210 38% 95%; + + --b1: 0 0% 100%; + --b2: 210 60% 98%; + --b3: 210 38% 95%; + --bc: 234 28% 13%; + + --animation-btn: 0; + --animation-input: 0; + + --btn-focus-scale: 1; + +} \ No newline at end of file