diff options
author | Volpeon <git@volpeon.ink> | 2024-11-19 10:19:18 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-19 10:19:18 +0100 |
commit | 0577b8d19c08e4a0d99b6da615747cf801c9cb97 (patch) | |
tree | de9749e737d6a3877c9c6e1b723b868227b5fb91 /src/scopes/_implicit.vars.scss | |
parent | Navbar: Better icon integration (diff) | |
download | iro-design-0577b8d19c08e4a0d99b6da615747cf801c9cb97.tar.gz iro-design-0577b8d19c08e4a0d99b6da615747cf801c9cb97.tar.bz2 iro-design-0577b8d19c08e4a0d99b6da615747cf801c9cb97.zip |
Add body scope
Diffstat (limited to 'src/scopes/_implicit.vars.scss')
-rw-r--r-- | src/scopes/_implicit.vars.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scopes/_implicit.vars.scss b/src/scopes/_implicit.vars.scss index 0002591..fd47858 100644 --- a/src/scopes/_implicit.vars.scss +++ b/src/scopes/_implicit.vars.scss | |||
@@ -1,7 +1,7 @@ | |||
1 | @use 'iro-sass/src/props'; | 1 | @use 'iro-sass/src/props'; |
2 | @use '../core.vars' as core; | 2 | @use '../core.vars' as core; |
3 | 3 | ||
4 | $paragraph--margin-bs: props.def(--s-implicit--paragraph--margin-bs, props.get(core.$size--300)) !default; | 4 | $paragraph--margin-bs: props.def(--s-implicit--paragraph--margin-bs, props.get(core.$size--200)) !default; |
5 | 5 | ||
6 | $small--font-size: props.def(--s-implicit--small--font-size, props.get(core.$font-size--75)) !default; | 6 | $small--font-size: props.def(--s-implicit--small--font-size, props.get(core.$font-size--75)) !default; |
7 | 7 | ||