blob: ff03bdbc45c6176bb6fd9e8671debd027f72d1f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Components
//
// Define common padding and border radius sizes and more.
//$line-height-lg: (4 / 3) !default;
//$line-height-sm: 1.5 !default;
//
$border-radius: .125rem !default; // .25rem !default;
//$border-radius-lg: .3rem !default;
$border-radius-sm: .0625rem !default; // .2rem !default;
//
//$component-active-color: #fff !default;
//$component-active-bg: $brand-primary !default;
//
//$caret-width: .3em !default;
//$caret-width-lg: $caret-width !default;
|