// Components
//
// Define common padding and border radius sizes and more.
$enable-transitions:          true !default;

$border-width:                1px !default;
$border-color:                $gray-400;

$border-radius:               0.25rem;
$border-radius-xs:            0.1875rem;
$border-radius-sm:            0.25rem;
$border-radius-lg:            0.5rem;
$border-radius-xl:            1rem !default;

$component-active-color: $white !default;
$component-active-bg: $primary !default;

$caret-width: .25em !default;