summaryrefslogtreecommitdiffstats
path: root/src/_config.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-06-24 20:44:38 +0200
committerVolpeon <git@volpeon.ink>2024-06-24 20:44:38 +0200
commit586b4f6e43febc1e68796caa69808a8b33eb6292 (patch)
tree3cf61a14010bb4331c4213cd2b96ec982a7755a3 /src/_config.scss
parentUpdate (diff)
downloadiro-design-586b4f6e43febc1e68796caa69808a8b33eb6292.tar.gz
iro-design-586b4f6e43febc1e68796caa69808a8b33eb6292.tar.bz2
iro-design-586b4f6e43febc1e68796caa69808a8b33eb6292.zip
Add static button themes
Diffstat (limited to 'src/_config.scss')
-rw-r--r--src/_config.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_config.scss b/src/_config.scss
index eb52b5a..ce72c8e 100644
--- a/src/_config.scss
+++ b/src/_config.scss
@@ -55,6 +55,18 @@ $static-colors: (
55 --green: oklch(56% 0.14 150.48), 55 --green: oklch(56% 0.14 150.48),
56 --yellow: oklch(56% 0.14 84.08), 56 --yellow: oklch(56% 0.14 84.08),
57 ), 57 ),
58
59 --transparents: (
60 --100: 0,
61 --200: .1,
62 --300: .25,
63 --400: .4,
64 --500: .55,
65 --600: .7,
66 --700: .8,
67 --800: .9,
68 --900: 1,
69 ),
58) !default; 70) !default;
59 71
60$theme-light: ( 72$theme-light: (