diff options
author | silverwind <me@silverwind.io> | 2020-12-05 11:09:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-05 12:09:09 +0200 |
commit | 61d6c191d5852703048218e047d367f91533c517 (patch) | |
tree | c4c0cbe5c0a8b78b01863313259f963b5274851f /web_src/less/helpers.less | |
parent | 1a768e547c076f21338b84e7cd74a3f967e9156c (diff) | |
download | gitea-61d6c191d5852703048218e047d367f91533c517.tar.gz gitea-61d6c191d5852703048218e047d367f91533c517.zip |
Improve migrate page and add card CSS (#13751)
- Use original gitea logo on migrate page
- Add card styles and map colors to css vars
- Tweak migrate page, adding hover effect to cards
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'web_src/less/helpers.less')
-rw-r--r-- | web_src/less/helpers.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/less/helpers.less b/web_src/less/helpers.less index 77c81a62e1..7e299339f8 100644 --- a/web_src/less/helpers.less +++ b/web_src/less/helpers.less @@ -1,6 +1,7 @@ .df { display: flex !important; } .dif { display: inline-flex !important; } .ac { align-items: center !important; } +.tc { text-align: center !important; } .jc { justify-content: center !important; } .js { justify-content: flex-start !important; } .je { justify-content: flex-end !important; } |