summaryrefslogtreecommitdiffstats
path: root/web_src/less
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2020-09-10 02:29:10 +0800
committerGitHub <noreply@github.com>2020-09-09 14:29:10 -0400
commite153cf07c34b1497906348df84a556851693c77f (patch)
tree79c642c2d04a907b0700c369108825d0b53085b9 /web_src/less
parent6483dbc8ec780dda22e21b605d1dc409826baff1 (diff)
downloadgitea-e153cf07c34b1497906348df84a556851693c77f.tar.gz
gitea-e153cf07c34b1497906348df84a556851693c77f.zip
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>
Diffstat (limited to 'web_src/less')
-rw-r--r--web_src/less/_repository.less4
-rw-r--r--web_src/less/themes/theme-arc-green.less16
2 files changed, 20 insertions, 0 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less
index 2a8d3b5693..b3a5f60ed1 100644
--- a/web_src/less/_repository.less
+++ b/web_src/less/_repository.less
@@ -3200,3 +3200,7 @@ td.blob-excerpt {
.select-project .item .svg {
margin-right: .5rem;
}
+
+.migrate .cards .card {
+ text-align: center;
+}
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less
index 9b78d2e67b..0de6e1c710 100644
--- a/web_src/less/themes/theme-arc-green.less
+++ b/web_src/less/themes/theme-arc-green.less
@@ -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);
+}