parent
32ffd66eb5
commit
ad4ed68037
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue