mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 21:37:31 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			178 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			178 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.button {
 | 
						|
  margin: 3px;
 | 
						|
  font-weight: 400;
 | 
						|
  font-family: var(--theme-text-display-font-family);
 | 
						|
  .icon {
 | 
						|
    height: 90%;
 | 
						|
    margin-right: 5px;
 | 
						|
    margin-bottom: 1%;
 | 
						|
  }
 | 
						|
}
 |