diff options
author | Volpeon <git@volpeon.ink> | 2024-11-16 11:34:57 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-16 11:34:57 +0100 |
commit | 9262c000cde6610ff2be5a3f66f63a097101ef00 (patch) | |
tree | 90b4bf213afa359b1371e6485a0574f6f7f9b501 /src/_core.vars.scss | |
parent | Tabs (diff) | |
download | iro-design-9262c000cde6610ff2be5a3f66f63a097101ef00.tar.gz iro-design-9262c000cde6610ff2be5a3f66f63a097101ef00.tar.bz2 iro-design-9262c000cde6610ff2be5a3f66f63a097101ef00.zip |
Sticky offset
Diffstat (limited to 'src/_core.vars.scss')
-rw-r--r-- | src/_core.vars.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/_core.vars.scss b/src/_core.vars.scss index 53c7067..5ea8326 100644 --- a/src/_core.vars.scss +++ b/src/_core.vars.scss | |||
@@ -102,6 +102,8 @@ $key-focus--border-offset: props.def(--key-focus--border-offset, props.get($bord | |||
102 | $list--indent: props.def(--list--indent, props.get($size--400)) !default; | 102 | $list--indent: props.def(--list--indent, props.get($size--400)) !default; |
103 | $list--compact-indent: props.def(--list--compact-indent, props.get($size--250)) !default; | 103 | $list--compact-indent: props.def(--list--compact-indent, props.get($size--250)) !default; |
104 | 104 | ||
105 | $sticky-top-offset: props.def(--sticky-top-offset, 0) !default; | ||
106 | |||
105 | // | 107 | // |
106 | 108 | ||
107 | $-static-colors: (); | 109 | $-static-colors: (); |