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/_dialog.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/objects/_dialog.scss') diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss index 050b7ca..bf0defb 100644 --- a/src/objects/_dialog.scss +++ b/src/objects/_dialog.scss @@ -10,7 +10,7 @@ --width-md: iro.fn-px-to-rem(800px), --width-lg: iro.fn-px-to-rem(1100px), --rounding: 3px, - --title-body-spacing: fn.global-dim(--spacing --sm), + --title-body-spacing: fn.global-dim(--size --150), ), ), 'dims'); @@ -53,7 +53,7 @@ position: absolute; top: iro.fn-px-to-rem(12px); right: iro.fn-px-to-rem(12px); - font-size: fn.global-dim(--font-size --lg); + font-size: fn.global-dim(--font-size --150); } @include iro.bem-elem('rule') { -- cgit v1.2.3-54-g00ecf