mirror of
https://github.com/vercel/commerce.git
synced 2025-07-21 11:51:20 +00:00
styles: change name animation
This commit is contained in:
parent
9fb11a936e
commit
9de5269984
@ -11,7 +11,7 @@
|
||||
}
|
||||
.contentContainer {
|
||||
@apply block;
|
||||
animation: ContentAnimation 0.5s ease-out;
|
||||
animation: ContentAnimationIn 0.5s ease-out;
|
||||
}
|
||||
.toggle {
|
||||
&:before {
|
||||
@ -54,7 +54,7 @@
|
||||
.contentContainer {
|
||||
@apply hidden pb-16;
|
||||
}
|
||||
@keyframes ContentAnimation {
|
||||
@keyframes ContentAnimationIn {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translateY(-1.6rem);
|
||||
|
Loading…
x
Reference in New Issue
Block a user