mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Add a migrate service type switch page (#12697)
* Add a migrat service type switch page * Improve translations * remove images * Fix images * remove extra create repo button on dashboard * Follow reviewers' opinions * Fix frontend lint * Remove wrong submit file * Fix tests * Adjust the size of image * Apply suggestions from code review Co-authored-by: 赵智超 <1012112796@qq.com> * Remove username and password from migration of github/gitlab * Improve docs * Improve interface docs Co-authored-by: 赵智超 <1012112796@qq.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		@@ -3200,3 +3200,7 @@ td.blob-excerpt {
 | 
			
		||||
.select-project .item .svg {
 | 
			
		||||
  margin-right: .5rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.migrate .cards .card {
 | 
			
		||||
  text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1994,3 +1994,19 @@ footer .container .links > * {
 | 
			
		||||
  border: 1px solid rgba(121, 71, 66, .5) !important;
 | 
			
		||||
  border-bottom: none !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.migrate .cards .card {
 | 
			
		||||
  text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.migrate .cards .card .content a {
 | 
			
		||||
  color: rgb(158, 158, 158) !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.migrate .cards .card .content a:hover {
 | 
			
		||||
  color: rgb(255, 255, 255) !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.migrate .cards .card .content .description {
 | 
			
		||||
  color: rgb(158, 158, 158);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user