Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/4264'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Sep 28, 2023
2 parents 32ffd66 + ad4ed68 commit 5dbdb5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/parameters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 5dbdb5a

Please sign in to comment.