From 85162bea57cf22dc078ffe8e6f816e606ec06875 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 28 Feb 2023 22:06:27 +0100 Subject: Fix alert --- src/objects/_alert.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/objects') diff --git a/src/objects/_alert.scss b/src/objects/_alert.scss index 10c89eb..289ef10 100644 --- a/src/objects/_alert.scss +++ b/src/objects/_alert.scss @@ -24,10 +24,8 @@ @include iro.props-store(( --dims: ( - --border: 2px, - --pad-x: fn.global-dim(--size --200), - --pad-y: fn.global-dim(--size --150), - --rounding: 4px, + --pad-x: fn.global-dim(--size --200), + --pad-y: fn.global-dim(--size --150), ), ), 'sm'); -- cgit v1.2.3-54-g00ecf