mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 05:17:27 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			297 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			297 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.item {
 | 
						|
  display: flex;
 | 
						|
  align-items: center;
 | 
						|
}
 | 
						|
 | 
						|
.buttonWrap {
 | 
						|
  display: flex;
 | 
						|
  align-items: center;
 | 
						|
  height: 100%;
 | 
						|
  padding-bottom: 16px; // to match antd nav margin-bottom
 | 
						|
  button {
 | 
						|
    height: 100%;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.icon {
 | 
						|
  height: 15px;
 | 
						|
  margin-right: 5px;
 | 
						|
}
 | 
						|
 | 
						|
.menu {
 | 
						|
  color: currentColor;
 | 
						|
}
 |