mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-27 04:07:08 +00:00
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
|
@ -3206,6 +3206,13 @@ td.blob-excerpt {
|
|||
}
|
||||
}
|
||||
|
||||
.migrate .cards .card {
|
||||
text-align: center;
|
||||
.repository.migrate .card {
|
||||
transition: all .1s ease-in-out;
|
||||
box-shadow: none !important;
|
||||
border: 1px solid var(--color-secondary);
|
||||
}
|
||||
|
||||
.repository.migrate .card:hover {
|
||||
transform: scale(105%);
|
||||
box-shadow: 0 .5rem 1rem var(--color-shadow) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue