This commit is contained in:
Laux Dev
2026-03-02 11:58:42 +08:00
parent c07e79cc58
commit f16b78834c

View File

@@ -18,10 +18,10 @@
gap: 48px; gap: 48px;
border-radius: 8px; border-radius: 8px;
background: #21232f; background: #21232f;
animation-name: dropDownAnimation; animation-name: modalAnimation;
animation-duration: 200ms; animation-duration: 200ms;
} }
@keyframes dropDownAnimation { @keyframes modalAnimation {
0% { 0% {
opacity: 0; opacity: 0;
transform: translateY(-10%); transform: translateY(-10%);