mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			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;
 |