Skip to content

Commit

Permalink
Merge branch 'main' into refactor/biome-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy authored Jun 13, 2024
2 parents 3df01b7 + 8ccaf9f commit 6bcebe3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@
height: 100%;
}

.notification-exit {
transform: translate3d(0px, 0, 0);
opacity: 1;
transition-duration: 250ms;
transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), linear;
}

.notification-exit.notification-exit-active {
transform: translate3d(350px, 0, 0);
opacity: 0;
}

#nprogress {
pointer-events: none;
}
Expand Down

0 comments on commit 6bcebe3

Please sign in to comment.