$btn-diabled-color: theme-color("gray-dark");
$btn-diabled-bg: theme-color("gray");
$btn-focus-shadow: 0 3px 6px rgba(0,0,0,.16);


$btn-primary-variant: 'flat';
$btn-primary-color: theme-color("primary");

$btn-secondary-variant: 'outline';
$btn-secondary-color: theme-color("primary");

$btn-clear-color: theme-color("primary");
$btn-clear-padding: $btn-padding-y .5rem;
$btn-clear-disabled-color: $text-muted;

$btn-flat-shadow:                   none !default;
$btn-flat-disabled-color:           theme-color("gray-dark") !default;
$btn-flat-disabled-background:      theme-color("gray-light") !default;
$btn-flat-disabled-boder:           $btn-flat-disabled-color !default;
$btn-flat-hover-shadow:             0 3px 6px rgba(0,0,0,.16) !default;

$btn-outline-background:            $body-bg !default;
$btn-outline-disabled-color:        theme-color("gray-dark") !default;
$btn-outline-disabled-background:   theme-color("gray-light") !default;
$btn-outline-disabled-boder:        $btn-outline-disabled-background !default;
$btn-outline-hover-shadow:          0 3px 6px rgba(0,0,0,.16) !default;