mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 05:17:27 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			390 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			390 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.root {
 | 
						|
  display: flex;
 | 
						|
  align-items: center;
 | 
						|
  justify-content: center;
 | 
						|
  width: max-content;
 | 
						|
  svg {
 | 
						|
    width: 50px;
 | 
						|
    height: 50px;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.contrast {
 | 
						|
  padding: 5px;
 | 
						|
  border-radius: 50%;
 | 
						|
  background-color: var(--color-owncast-gray-100);
 | 
						|
  svg {
 | 
						|
    width: 40px;
 | 
						|
    height: 40px;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.simple {
 | 
						|
  background-color: transparent;
 | 
						|
  svg {
 | 
						|
    width: 50px;
 | 
						|
    height: 50px;
 | 
						|
  }
 | 
						|
}
 |