kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			
		
			
				
	
	
		
			24 wiersze
		
	
	
		
			607 B
		
	
	
	
		
			SCSS
		
	
	
			
		
		
	
	
			24 wiersze
		
	
	
		
			607 B
		
	
	
	
		
			SCSS
		
	
	
 | 
						|
// Body
 | 
						|
$body-bg: #f5f8fa;
 | 
						|
 | 
						|
// Typography
 | 
						|
$font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
 | 
						|
$font-size-base: 0.9rem;
 | 
						|
$font-weight-lighter: 300;
 | 
						|
$line-height-base: 1.6;
 | 
						|
 | 
						|
$font-size-lg: ($font-size-base * 1.25);
 | 
						|
$font-size-sm: ($font-size-base * .875);
 | 
						|
$input-height: 2.375rem;
 | 
						|
$input-height-sm: 1.9375rem;
 | 
						|
$input-height-lg: 3rem;
 | 
						|
$input-btn-focus-width: .2rem;
 | 
						|
$custom-control-indicator-bg: #dee2e6;
 | 
						|
$custom-control-indicator-disabled-bg: #e9ecef;
 | 
						|
$custom-control-description-disabled-color: #868e96;
 | 
						|
$white: white;
 | 
						|
$theme-colors: (
 | 
						|
  'primary': #08d
 | 
						|
);
 |