Skip to content

Commit 8ccaf9f

Browse files
authored
refactor: remove unused styles (#1234)
1 parent be44194 commit 8ccaf9f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

index.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@
3333
height: 100%;
3434
}
3535

36-
.notification-exit {
37-
transform: translate3d(0px, 0, 0);
38-
opacity: 1;
39-
transition-duration: 250ms;
40-
transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), linear;
41-
}
42-
43-
.notification-exit.notification-exit-active {
44-
transform: translate3d(350px, 0, 0);
45-
opacity: 0;
46-
}
47-
4836
#nprogress {
4937
pointer-events: none;
5038
}

0 commit comments

Comments
 (0)