mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 13:27:21 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			153 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			153 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.row {
 | 
						|
  margin: 5px;
 | 
						|
  display: flex;
 | 
						|
  align-items: center;
 | 
						|
  justify-content: flex-end;
 | 
						|
  button {
 | 
						|
    margin-left: 5px;
 | 
						|
    margin-right: 5px;
 | 
						|
  }
 | 
						|
}
 |