updating bootstrap to v5

This commit is contained in:
Calvin Jhunjhuwala
2025-10-17 16:28:07 -07:00
parent c83fc47941
commit ce49c8b6ba
20 changed files with 371 additions and 621 deletions

View File

@@ -15,7 +15,7 @@ body {
}
#topnav-theme .custom-theme-toggle {
.custom-control-label::before {
.form-check-input {
background-color: transparent;
background-position: bottom right;
transform: rotate(-15deg);

View File

@@ -17,9 +17,11 @@ $enable-shadows: true;
$dropdown-box-shadow: 0px 5px 40px $black;
$card-spacer-x: 2rem;
$card-spacer-y: 2rem;
// $card-deck-margin is deprecated in Bootstrap 5 - card-deck no longer exists
// Define custom variable for backward compatibility
$card-deck-margin: 1.25rem;
$card-border-radius: $border-radius-lg;
$card-columns-gap: 2rem;
// $card-columns-gap is deprecated in Bootstrap 5 - use grid system instead
$caret-width: 0.4em;
$input-btn-padding-y: 1rem;