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