summaryrefslogtreecommitdiffstats
path: root/src/_config.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-06-29 10:01:02 +0200
committerVolpeon <git@volpeon.ink>2024-06-29 10:01:02 +0200
commit6376f1a5225b2fa45f6c861d4a265bf13b56d038 (patch)
tree7c2ec8bea63df05b6a533fdfa6dab4b2f17f7a1f /src/_config.scss
parentUpdate (diff)
downloadiro-design-6376f1a5225b2fa45f6c861d4a265bf13b56d038.tar.gz
iro-design-6376f1a5225b2fa45f6c861d4a265bf13b56d038.tar.bz2
iro-design-6376f1a5225b2fa45f6c861d4a265bf13b56d038.zip
Update
Diffstat (limited to 'src/_config.scss')
-rw-r--r--src/_config.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/_config.scss b/src/_config.scss
index ffba8c9..73e0725 100644
--- a/src/_config.scss
+++ b/src/_config.scss
@@ -109,15 +109,15 @@ $theme-light: (
109 --75: -4, 109 --75: -4,
110 --100: 0, 110 --100: 0,
111 111
112 --200: easing.cubic-bezier(.2, .1, .7, .95, math.div(1, 8)) * 106, 112 --200: easing.cubic-bezier(.2, .1, .8, 1, math.div(1, 8)) * 106,
113 --300: easing.cubic-bezier(.2, .1, .7, .95, math.div(2, 8)) * 106, 113 --300: easing.cubic-bezier(.2, .1, .8, 1, math.div(2, 8)) * 106,
114 --400: easing.cubic-bezier(.2, .1, .7, .95, math.div(3, 8)) * 106, 114 --400: easing.cubic-bezier(.2, .1, .8, 1, math.div(3, 8)) * 106,
115 115
116 --500: easing.cubic-bezier(.2, .1, .7, .95, math.div(4, 8)) * 106, 116 --500: easing.cubic-bezier(.2, .1, .8, 1, math.div(4, 8)) * 106,
117 --600: easing.cubic-bezier(.2, .1, .7, .95, math.div(5, 8)) * 106, 117 --600: easing.cubic-bezier(.2, .1, .8, 1, math.div(5, 8)) * 106,
118 --700: easing.cubic-bezier(.2, .1, .7, .95, math.div(6, 8)) * 106, 118 --700: easing.cubic-bezier(.2, .1, .8, 1, math.div(6, 8)) * 106,
119 --800: easing.cubic-bezier(.2, .1, .7, .95, math.div(7, 8)) * 106, 119 --800: easing.cubic-bezier(.2, .1, .8, 1, math.div(7, 8)) * 106,
120 --900: easing.cubic-bezier(.2, .1, .7, .95, math.div(8, 8)) * 106, 120 --900: easing.cubic-bezier(.2, .1, .8, 1, math.div(8, 8)) * 106,
121 ), 121 ),
122 122
123 --colors: ( 123 --colors: (