mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 06:08:57 +03:00
ac37625123
This reverts commit 162fd8e9b8
.
17 lines
527 B
SCSS
17 lines
527 B
SCSS
// 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;
|