summaryrefslogtreecommitdiffstats
path: root/src/objects/_rule.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/_rule.scss')
-rw-r--r--src/objects/_rule.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/objects/_rule.scss b/src/objects/_rule.scss
index 1892a3d..777e864 100644
--- a/src/objects/_rule.scss
+++ b/src/objects/_rule.scss
@@ -4,19 +4,19 @@
4@include iro.props-namespace('rule') { 4@include iro.props-namespace('rule') {
5 @include iro.props-store(( 5 @include iro.props-store((
6 --dims: ( 6 --dims: (
7 --margin-y: fn.global-dim(--spacing --xs), 7 --margin-y: fn.global-dim(--size --85),
8 8
9 --strong: ( 9 --strong: (
10 --border-width: fn.global-dim(--border-width --thick), 10 --border-width: fn.global-dim(--border-width --thick),
11 --label-font-size: fn.global-dim(--font-size --md), 11 --label-font-size: fn.global-dim(--font-size --100),
12 ), 12 ),
13 --medium: ( 13 --medium: (
14 --border-width: fn.global-dim(--border-width --medium), 14 --border-width: fn.global-dim(--border-width --medium),
15 --label-font-size: fn.global-dim(--font-size --sm), 15 --label-font-size: fn.global-dim(--font-size --75),
16 ), 16 ),
17 --faint: ( 17 --faint: (
18 --border-width: fn.global-dim(--border-width --thin), 18 --border-width: fn.global-dim(--border-width --thin),
19 --label-font-size: fn.global-dim(--font-size --xs), 19 --label-font-size: fn.global-dim(--font-size --50),
20 ), 20 ),
21 ), 21 ),
22 ), 'dims'); 22 ), 'dims');