mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			519 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			519 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
.explore {
 | 
						|
	padding-top: 15px;
 | 
						|
	padding-bottom: @footer-margin * 2;
 | 
						|
}
 | 
						|
 | 
						|
.ui.repository.list {
 | 
						|
	.item {
 | 
						|
		padding-bottom: 25px;
 | 
						|
 | 
						|
		&:not(:first-child) {
 | 
						|
			border-top: 1px solid #eee;
 | 
						|
			padding-top: 25px;
 | 
						|
		}
 | 
						|
 | 
						|
		.ui.header {
 | 
						|
			font-size: 1.5rem;
 | 
						|
			padding-bottom: 10px;
 | 
						|
 | 
						|
			.name {
 | 
						|
				word-break: break-all;
 | 
						|
			}
 | 
						|
			
 | 
						|
			.metas {
 | 
						|
				color: #888;
 | 
						|
				font-size: 13px;
 | 
						|
				font-weight: normal;
 | 
						|
				span:not(:last-child) {
 | 
						|
					margin-right: 5px;
 | 
						|
				}
 | 
						|
			}
 | 
						|
		}
 | 
						|
		.time {
 | 
						|
			font-size: 12px;
 | 
						|
			color: #808080;
 | 
						|
		}
 | 
						|
	}
 | 
						|
}
 |