Skip to content

Commit

Permalink
Update custom-vscode.css
Browse files Browse the repository at this point in the history
  • Loading branch information
laravelwebdev authored Oct 5, 2024
1 parent 8a0a119 commit aa33b25
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions custom-vscode.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,3 +320,14 @@ li.action-item.icon.checked a.action-label.codicon {
background-size: contain !important;
width: 60% !important;
}

@keyframes scaleSize {
0% {
transform: scale(.75)
}

100% {
transform: scale(1.35) translateX(-3px);
}
}

0 comments on commit aa33b25

Please sign in to comment.