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>
This commit is contained in:
parent
1a768e547c
commit
61d6c191d5
8 changed files with 83 additions and 54 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue