From 248a90eb5fe1f5fa624423b81d0b18df85fabe35 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 14 Feb 2022 18:45:32 +0100 Subject: Restructured size variables --- src/objects/_rule.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/objects/_rule.scss') 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 @@ @include iro.props-namespace('rule') { @include iro.props-store(( --dims: ( - --margin-y: fn.global-dim(--spacing --xs), + --margin-y: fn.global-dim(--size --85), --strong: ( --border-width: fn.global-dim(--border-width --thick), - --label-font-size: fn.global-dim(--font-size --md), + --label-font-size: fn.global-dim(--font-size --100), ), --medium: ( --border-width: fn.global-dim(--border-width --medium), - --label-font-size: fn.global-dim(--font-size --sm), + --label-font-size: fn.global-dim(--font-size --75), ), --faint: ( --border-width: fn.global-dim(--border-width --thin), - --label-font-size: fn.global-dim(--font-size --xs), + --label-font-size: fn.global-dim(--font-size --50), ), ), ), 'dims'); -- cgit v1.2.3-70-g09d2