mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 09:47:31 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			226 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			226 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
@import '../../common/styles/variables';
 | 
						|
 | 
						|
tab, tabs {
 | 
						|
  display: block;
 | 
						|
}
 | 
						|
 | 
						|
schema-sample {
 | 
						|
  display: block;
 | 
						|
}
 | 
						|
 | 
						|
header {
 | 
						|
  font-size: 16px;
 | 
						|
  margin: 5px 0;
 | 
						|
  color: $sample-panel-headers-color;
 | 
						|
  text-transform: uppercase;
 | 
						|
}
 |