Skip to content

Commit

Permalink
highlight new added icon
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Dec 7, 2023
1 parent b255671 commit ba461f5
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@
height: 36px;
border-radius: 8px;
align-items: center;
animation: highlight 2s forwards ;
}

@keyframes highlight {
from {background-color: var(--secondary);}
to {background-color: transparent;}
}

.remixui_icon img {
width: 28px;
height: 28px;
Expand Down

0 comments on commit ba461f5

Please sign in to comment.