Skip to content

Commit 5e6d83c

Browse files
committed
refactor: update CSS & SCSS variables
1 parent ab13087 commit 5e6d83c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scss/_variables.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,10 +1872,10 @@ $callout-padding-y: $spacer !default;
18721872
$callout-padding-x: $spacer !default;
18731873
$callout-margin-y: $spacer !default;
18741874
$callout-margin-x: 0 !default;
1875-
$callout-border-radius: $border-radius !default;
1876-
$callout-border-width: $border-width !default;
1877-
$callout-border-color: $border-color !default;
1878-
$callout-border-left-width: (4 * $callout-border-width) !default;
1875+
$callout-border-radius: var(--#{$prefix}border-radius) !default;
1876+
$callout-border-width: var(--#{$prefix}border-width) !default;
1877+
$callout-border-color: var(--#{$prefix}border-color) !default;
1878+
$callout-border-left-width: calc($callout-border-width * 4) !default; // stylelint-disable-line function-disallowed-list
18791879

18801880
$callout-variants: (
18811881
"primary": $primary,

0 commit comments

Comments
 (0)