You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							30 lines
						
					
					
						
							509 B
						
					
					
				
			
		
		
	
	
							30 lines
						
					
					
						
							509 B
						
					
					
				.explore {
 | 
						|
	padding-top: 15px;
 | 
						|
	padding-bottom: @footer-margin * 2;
 | 
						|
 | 
						|
	&.repositories {
 | 
						|
		.ui.repository.list {
 | 
						|
			.item {
 | 
						|
				border-top: 1px solid #eee;
 | 
						|
				padding-top: 25px;
 | 
						|
				padding-bottom: 25px;
 | 
						|
				.ui.header {
 | 
						|
					font-size: 1.5rem;
 | 
						|
					padding-bottom: 10px;
 | 
						|
					.metas {
 | 
						|
						color: #888;
 | 
						|
						font-size: 13px;
 | 
						|
						font-weight: normal;
 | 
						|
						span:not(:last-child) {
 | 
						|
							margin-right: 5px;
 | 
						|
						}
 | 
						|
					}
 | 
						|
				}
 | 
						|
				.time {
 | 
						|
			    font-size: 12px;
 | 
						|
			    color: #808080;
 | 
						|
				}
 | 
						|
			}
 | 
						|
		}
 | 
						|
	}
 | 
						|
} |