Skip to content

Commit

Permalink
feat: add corporate theme
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed May 7, 2021
1 parent 283f0ec commit cbe0e2f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/themes/corporate.css
Original file line number Diff line number Diff line change
@@ -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;

}

0 comments on commit cbe0e2f

Please sign in to comment.