This commit is contained in:
parent
8bc9b84851
commit
333538c8df
|
@ -699,15 +699,15 @@ onBeforeUnmount(() => {
|
||||||
transform: translateY(-10px);
|
transform: translateY(-10px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@keyframes scaleUpDown {
|
// @keyframes scaleUpDown {
|
||||||
0%,
|
// 0%,
|
||||||
100% {
|
// 100% {
|
||||||
transform: scale(1);
|
// transform: scale(1);
|
||||||
}
|
// }
|
||||||
50% {
|
// 50% {
|
||||||
transform: scale(1.1);
|
// transform: scale(1.1);
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue