mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 13:27:21 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			373 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			373 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
@import 'styles/mixins.scss';
 | 
						|
 | 
						|
.chatModerationNotification {
 | 
						|
  background-color: var(--theme-background-primary);
 | 
						|
  margin: 5px;
 | 
						|
  border-radius: 15px;
 | 
						|
  border-color: rgba(0, 0, 0, 0.3);
 | 
						|
  border-width: 1px;
 | 
						|
  border-style: solid;
 | 
						|
  padding: 10px 10px;
 | 
						|
  max-width: 400px;
 | 
						|
  @include flexCenter;
 | 
						|
 | 
						|
  .icon {
 | 
						|
    margin-right: 10px;
 | 
						|
    width: 20px;
 | 
						|
    height: 20px;
 | 
						|
  }
 | 
						|
}
 |