mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-13 16:15:00 +00:00
refactor: Replace inline SVGs with Material Design Icons
This commit is contained in:
parent
46cef723b7
commit
43ece9c644
2 changed files with 14 additions and 25 deletions
|
@ -329,9 +329,12 @@ nav {
|
|||
}
|
||||
|
||||
.feature-icon {
|
||||
font-size: 24px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 10px;
|
||||
background: rgba(18, 184, 134, 0.1);
|
||||
color: var(--secondary);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue