2016-01-26 21:12:48 +03:00
|
|
|
// Components
|
|
|
|
//
|
|
|
|
// Define common padding and border radius sizes and more.
|
|
|
|
|
|
|
|
//$line-height-lg: (4 / 3) !default;
|
|
|
|
//$line-height-sm: 1.5 !default;
|
|
|
|
//
|
2017-08-11 17:59:31 +03:00
|
|
|
$border-radius: .125rem !default; // .25rem !default;
|
2016-01-26 21:12:48 +03:00
|
|
|
//$border-radius-lg: .3rem !default;
|
2017-08-11 17:59:31 +03:00
|
|
|
$border-radius-sm: .0625rem !default; // .2rem !default;
|
2016-01-26 21:12:48 +03:00
|
|
|
//
|
|
|
|
//$component-active-color: #fff !default;
|
|
|
|
//$component-active-bg: $brand-primary !default;
|
|
|
|
//
|
|
|
|
//$caret-width: .3em !default;
|
|
|
|
//$caret-width-lg: $caret-width !default;
|