mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 09:47:31 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			174 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			174 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
@import '../../common/styles/variables';
 | 
						|
 | 
						|
img {
 | 
						|
  max-height: 150px;
 | 
						|
  width: auto;
 | 
						|
  display: inline-block;
 | 
						|
  max-width: 100%;
 | 
						|
  padding: 0 5px;
 | 
						|
  box-sizing: border-box;
 | 
						|
}
 |