Skip to content

Commit

Permalink
feat: animate disappearing line
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Feb 21, 2024
1 parent fb81377 commit 4266aad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/pages/events/events-list/events-list.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@

@include media-breakpoint-up(md) {
border-left: 1px solid #BBBFC2;
transition-duration: 400ms;
}

&.no-filter {
border-left: none;
border-left-color: #ffffff;
transition-timing-function: cubic-bezier(.87, .09, 1, - 0.35);
}
}

0 comments on commit 4266aad

Please sign in to comment.