Fix border settings used in workaround

Fixes #4263
This commit is contained in:
Andy Allan 2023-09-28 21:01:41 +01:00
parent 32ffd66eb5
commit ad4ed68037

View file

@ -29,8 +29,8 @@ $enable-negative-margins: true;
// This can be removed after upgrading to bootstrap 5.2
// This copies definitions straight from bootstrap, but uses the sass-native
// version of the subtract function.
$border-width: 2px;
$border-radius: .35rem;
$border-width: 1px;
$border-radius: .25rem;
$card-border-radius: $border-radius;
$card-border-width: $border-width;
$card-inner-border-radius: subtract($card-border-radius, $card-border-width);