mirror of https://github.com/MaxLeiter/Drift
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			41 lines
		
	
	
		
			607 B
		
	
	
	
		
			CSS
		
	
			
		
		
	
	
			41 lines
		
	
	
		
			607 B
		
	
	
	
		
			CSS
		
	
.card {
 | 
						|
	margin: var(--gap) auto;
 | 
						|
	padding: var(--gap);
 | 
						|
	border: 1px solid var(--light-gray);
 | 
						|
	border-radius: var(--radius);
 | 
						|
}
 | 
						|
 | 
						|
.descriptionContainer {
 | 
						|
	display: flex;
 | 
						|
	flex-direction: column;
 | 
						|
	min-height: 400px;
 | 
						|
	overflow: auto;
 | 
						|
}
 | 
						|
 | 
						|
.fileNameContainer {
 | 
						|
	display: flex;
 | 
						|
	justify-content: space-between;
 | 
						|
	align-items: center;
 | 
						|
	height: 36px;
 | 
						|
}
 | 
						|
 | 
						|
.fileNameContainer {
 | 
						|
	display: flex;
 | 
						|
	align-content: center;
 | 
						|
}
 | 
						|
 | 
						|
.fileNameContainer > div {
 | 
						|
	/* Override geist-ui styling */
 | 
						|
	margin: 0 !important;
 | 
						|
}
 | 
						|
 | 
						|
.actionWrapper {
 | 
						|
	position: relative;
 | 
						|
	z-index: 1;
 | 
						|
}
 | 
						|
 | 
						|
.actionWrapper .actions {
 | 
						|
	position: absolute;
 | 
						|
	right: 0;
 | 
						|
}
 |