mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			304 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			304 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
@import '../../shared/styles/variables';
 | 
						|
 | 
						|
:host {
 | 
						|
  display: block;
 | 
						|
  text-align: center;
 | 
						|
 | 
						|
  @media (max-width: $side-menu-mobile-breakpoint) {
 | 
						|
    display: none;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
img {
 | 
						|
  max-height: 150px;
 | 
						|
  width: auto;
 | 
						|
  display: inline-block;
 | 
						|
  max-width: 100%;
 | 
						|
  //padding: 0 5px;
 | 
						|
  box-sizing: border-box;
 | 
						|
}
 |