Skip to content

Commit

Permalink
remove unnecessary css
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1618 committed Apr 27, 2024
1 parent eae777a commit 6499220
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/events/EventBadges/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@
}

&::before {
animation: pulse2 2s ease-in-out reverse infinite;
animation: pulse2 2s ease-out reverse infinite;
border: 2px solid vars.$danger-1;
border-radius: 5px;
content: '';
opacity: 0;
position: absolute;

@keyframes pulse2 {
Expand Down

0 comments on commit 6499220

Please sign in to comment.