style: fix prettier formatting issues
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 192h26m58s
CI/CD Pipeline / Frontend Lint (push) Failing after 192h27m37s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 192h27m46s

This commit is contained in:
CI Test
2026-07-01 12:26:48 +08:00
parent 3e10860f02
commit f0eed0ca3f
45 changed files with 1339 additions and 409 deletions
@@ -32,7 +32,8 @@
.xx-upgrade-card:hover {
border-color: var(--primary-color);
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-color) 10%, transparent);
box-shadow: 0 8px 30px
color-mix(in srgb, var(--primary-color) 10%, transparent);
}
.xx-upgrade-card.selected {
@@ -163,8 +164,16 @@
}
@keyframes xx-spinner-bounce {
0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
40% { transform: scale(1); opacity: 1; }
0%,
80%,
100% {
transform: scale(0.6);
opacity: 0.4;
}
40% {
transform: scale(1);
opacity: 1;
}
}
@media (max-width: 480px) {