mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-31 15:57:30 +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;
 | |
| }
 |