mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			455 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			455 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
@import '../../shared/styles/variables';
 | 
						|
 | 
						|
.api-info-header {
 | 
						|
  font-weight: normal;
 | 
						|
}
 | 
						|
 | 
						|
:host > div {
 | 
						|
  width: 60%;
 | 
						|
  padding: 40px;
 | 
						|
  box-sizing: border-box;
 | 
						|
 | 
						|
  @media (max-width: $right-panel-squash-breakpoint) {
 | 
						|
    width: 100%;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
a.openapi-button {
 | 
						|
  padding: 3px 8px 4px 8px;
 | 
						|
  color: $primary-color;
 | 
						|
  border: 1px solid $primary-color;
 | 
						|
  margin-left: 0.5em;
 | 
						|
  font-weight: normal;
 | 
						|
}
 | 
						|
 | 
						|
:host [section] {
 | 
						|
  padding-top: 60px;
 | 
						|
  margin-top: 20px;
 | 
						|
}
 |