mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			531 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			531 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
@import '../../shared/styles/variables';
 | 
						|
 | 
						|
:host {
 | 
						|
  display: block;
 | 
						|
  overflow: hidden;
 | 
						|
}
 | 
						|
 | 
						|
:host [hidden] {
 | 
						|
  display: none;
 | 
						|
}
 | 
						|
 | 
						|
.tag-info {
 | 
						|
  padding: $section-spacing;
 | 
						|
  box-sizing: border-box;
 | 
						|
  width: 60%;
 | 
						|
 | 
						|
  @media (max-width: $right-panel-squash-breakpoint) {
 | 
						|
    width: 100%;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.tag-info:after, .tag-info:before {
 | 
						|
  content: "";
 | 
						|
  display: table;
 | 
						|
}
 | 
						|
 | 
						|
.tag-info h1 {
 | 
						|
  color: $headers-color;
 | 
						|
  text-transform: capitalize;
 | 
						|
  font-weight: normal;
 | 
						|
  margin-top: 0;
 | 
						|
}
 | 
						|
 | 
						|
.operations {
 | 
						|
  display: block;
 | 
						|
  position: relative;;
 | 
						|
}
 |