mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 09:47:31 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			435 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			435 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
@import '../../shared/styles/variables';
 | 
						|
 | 
						|
:host > .api-info-wrapper {
 | 
						|
  box-sizing: border-box;
 | 
						|
  padding: $section-spacing;
 | 
						|
  width: 60%;
 | 
						|
 | 
						|
 | 
						|
  @media (max-width: $right-panel-squash-breakpoint) {
 | 
						|
    width: 100%;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.openapi-button {
 | 
						|
  border: 1px solid $primary-color;
 | 
						|
  color: $primary-color;
 | 
						|
  font-weight: normal;
 | 
						|
  margin-left: 0.5em;
 | 
						|
  padding: 3px 8px 4px;
 | 
						|
}
 | 
						|
 | 
						|
:host /deep/ [section] {
 | 
						|
  padding-top: 2 * $section-spacing;
 | 
						|
}
 |