feat(extra-features): Add border color settings

This commit is contained in:
2026-03-10 17:21:09 +01:00
parent be58a92df3
commit e3cb3ece45

View File

@@ -1,5 +1,12 @@
$border-width: 1px; $border-width: 1px;
$border-color: $gray-300; $border-color: $gray-300;
$border-radius: .4rem; $border-radius: 0.4rem;
$border-radius-lg: .4rem; $border-radius-lg: 0.4rem;
$border-radius-sm: .4rem; $border-radius-sm: 0.4rem;
$card-border-color: $border-color;
$table-border-color: $border-color;
$input-border-color: $border-color;
$input-focus-border-color: $border-color;
$form-check-input-border: $border-color;