mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			404 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			404 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
:host {
 | 
						|
  width: 60%;
 | 
						|
  display: block;
 | 
						|
}
 | 
						|
 | 
						|
.message {
 | 
						|
  padding: 5px 40px;
 | 
						|
  background-color: #fcf8e3;
 | 
						|
  color: #8a6d3b;
 | 
						|
 | 
						|
  &:before {
 | 
						|
    content: "Warning: ";
 | 
						|
    font-weight: bold;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.warnings-close {
 | 
						|
  font-size: 150%;
 | 
						|
  color: black;
 | 
						|
  opacity: 0.4;
 | 
						|
  float: right;
 | 
						|
  margin: 5px 20px 0 0;
 | 
						|
  font-weight: bold;
 | 
						|
  cursor: pointer;
 | 
						|
 | 
						|
  &:hover {
 | 
						|
    opacity: 0.8;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
p {
 | 
						|
  display: inline;
 | 
						|
}
 |