mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
style: Increase icon size and enhance hover animation in feature cards
This commit is contained in:
parent
5b2e2d630b
commit
3d5924e2f5
1 changed files with 8 additions and 1 deletions
|
@ -329,7 +329,7 @@ nav {
|
|||
}
|
||||
|
||||
.feature-icon {
|
||||
font-size: 24px;
|
||||
font-size: 28px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
display: flex;
|
||||
|
@ -341,6 +341,13 @@ nav {
|
|||
margin-right: 14px;
|
||||
flex-shrink: 0;
|
||||
transition: transform 0.3s, background 0.3s;
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.feature-card:hover .feature-icon {
|
||||
transform: scale(1.25);
|
||||
background: rgba(18, 184, 134, 0.2);
|
||||
color: var(--secondary);
|
||||
}
|
||||
|
||||
.feature-card:hover .feature-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue