mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-31 07:47:29 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			762 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			762 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| @import '../../shared/styles/variables';
 | |
| 
 | |
| tab, tabs {
 | |
|     display: block;
 | |
| }
 | |
| 
 | |
| schema-sample {
 | |
|     display: block;
 | |
| }
 | |
| 
 | |
| header {
 | |
|     font-family: $headers-font;
 | |
|     font-size: 0.929em;
 | |
|     text-transform: uppercase;
 | |
|     margin: 0;
 | |
|     color: $sample-panel-headers-color;
 | |
|     text-transform: uppercase;
 | |
|     font-weight: normal;
 | |
| }
 | |
| 
 | |
| :host > tabs > ul li {
 | |
|     font-family: $headers-font;
 | |
|     font-size: 0.929em;
 | |
|     border-radius: $border-radius;
 | |
|     margin: 2px 0;
 | |
|     padding: 2px 8px 3px 8px;
 | |
|     color: $sample-panel-headers-color;
 | |
|     line-height: 1.25;
 | |
| 
 | |
|     &:hover {
 | |
|         color: #ffffff;
 | |
|         background-color: rgba(white, .1);
 | |
|     }
 | |
| 
 | |
|     &.active {
 | |
|         background-color: white;
 | |
|         color: $black;
 | |
|     }
 | |
| }
 | |
| 
 | |
| :host tabs ul {
 | |
|     padding-top: 10px;
 | |
| }
 |