mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-31 15:57:30 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			386 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			386 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| .responses-list-header {
 | |
|   font-size: 18px;
 | |
|   padding: 0.2em 0;
 | |
|   margin: 0.5em 0;
 | |
|   color: #253137;
 | |
| }
 | |
| 
 | |
| .header-name {
 | |
|   font-weight: bold;
 | |
|   display: inline-block;
 | |
| }
 | |
| 
 | |
| .header-type {
 | |
|   display: inline-block;
 | |
|   font-weight: bold;
 | |
|   color: #999;
 | |
| }
 | |
| 
 | |
| header {
 | |
|   font-size: 14px;
 | |
|   font-weight: bold;
 | |
|   text-transform: uppercase;
 | |
|   margin-bottom: 15px;
 | |
| }
 | |
| 
 | |
| .header {
 | |
|   margin-bottom: 10px;
 | |
| }
 |