mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Enhance feature card visual hierarchy with borders and spacing
This commit is contained in:
parent
dada307e79
commit
face505f0d
1 changed files with 5 additions and 3 deletions
|
@ -189,6 +189,7 @@
|
|||
padding: 30px;
|
||||
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
|
||||
transition: transform 0.3s, box-shadow 0.3s;
|
||||
border-left: 3px solid var(--primary);
|
||||
}
|
||||
|
||||
.feature-card:hover {
|
||||
|
@ -209,10 +210,11 @@
|
|||
.feature-card-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 15px;
|
||||
padding: 10px 12px;
|
||||
background-color: rgba(76, 110, 245, 0.07);
|
||||
margin-bottom: 20px;
|
||||
padding: 12px 15px;
|
||||
background-color: rgba(76, 110, 245, 0.1);
|
||||
border-radius: 6px;
|
||||
border-bottom: 1px solid rgba(76, 110, 245, 0.2);
|
||||
}
|
||||
|
||||
.feature-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue