mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 05:17:27 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			322 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			322 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.item {
 | 
						|
  display: flex;
 | 
						|
  align-items: center;
 | 
						|
}
 | 
						|
 | 
						|
.buttonWrap {
 | 
						|
  display: flex;
 | 
						|
  align-items: center;
 | 
						|
  height: 100%;
 | 
						|
 | 
						|
  button {
 | 
						|
    height: 100%;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.icon {
 | 
						|
  height: 15px;
 | 
						|
  margin-right: 5px;
 | 
						|
}
 | 
						|
 | 
						|
.menu {
 | 
						|
  color: currentcolor;
 | 
						|
}
 | 
						|
 | 
						|
.menuButton {
 | 
						|
  border-color: var(--theme-color-components-content-background);
 | 
						|
}
 |