mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 05:17:27 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			163 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			163 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.tabContent {
 | 
						|
  flex-direction: row;
 | 
						|
  display: flex;
 | 
						|
  justify-content: center;
 | 
						|
  align-items: center;
 | 
						|
 | 
						|
  .icon {
 | 
						|
    height: 15px;
 | 
						|
    padding-right: 5px;
 | 
						|
  }
 | 
						|
}
 |