From 3231a198468ba0ab0ac5ebf9a4f7b1a6753b3a31 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 23 Apr 2024 17:07:37 +0200 Subject: Update --- src/objects/_button.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/objects/_button.scss') diff --git a/src/objects/_button.scss b/src/objects/_button.scss index ee895a3..b830475 100644 --- a/src/objects/_button.scss +++ b/src/objects/_button.scss @@ -46,6 +46,11 @@ --pad-x: fn.global-dim(--size --225), --pad-y: fn.global-dim(--size --100), --rounding: 10em, + + --lg: ( + --pad-x: fn.global-dim(--size --300), + --pad-y: fn.global-dim(--size --150), + ), ), ), 'dims'); @@ -141,6 +146,10 @@ background-color: transparent; box-shadow: none; } + + @include iro.bem-modifier('lg') { + padding: fn.dim(--lg --pad-y) fn.dim(--lg --pad-x); + } @include button-variant('secondary'); -- cgit v1.3.1