mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-31 07:47:29 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			546 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			546 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| @import '../../common/styles/variables';
 | |
| 
 | |
| header {
 | |
|   font-size: 16px;
 | |
|   margin: 5px 0;
 | |
|   color: $sample-panel-headers-color;
 | |
|   text-transform: uppercase;
 | |
|   font-weight: normal;
 | |
| }
 | |
| 
 | |
| :host > tabs > ul li {
 | |
|   font-size: 13px;
 | |
|   margin: 2px 0;
 | |
|   padding: 2px 5px;
 | |
|   color: #8A9094;
 | |
|   line-height: 1.25;
 | |
|   color: $sample-panel-headers-color;
 | |
| 
 | |
|   &.active {
 | |
|     background-color: white;
 | |
|     color: #666;
 | |
|   }
 | |
| }
 | |
| 
 | |
| :host tabs ul {
 | |
|   padding-top: 10px;
 | |
| }
 | |
| 
 | |
| pre {
 | |
|   overflow-x: auto;
 | |
|   word-break: break-all;
 | |
|   word-wrap: break-word;
 | |
|   white-space: pre-wrap;
 | |
| }
 |