mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 18:59:23 +00:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
		
			273 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			273 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
|   | /// Styles the comment-stream container which hosts each comment component
 | ||
|  | .comment-stream { | ||
|  |   width: item-spacing(9) * 7; | ||
|  |   display: flex; | ||
|  |   flex-direction: column; | ||
|  |   margin: 0; | ||
|  |   padding: 0; | ||
|  | 
 | ||
|  |   &__header { | ||
|  |     padding: item-spacing(0 2); | ||
|  |     list-style-type: none; | ||
|  |   } | ||
|  | } |