updated apps

This commit is contained in:
2026-07-14 23:57:03 -04:00
parent 6cc7212cef
commit 010e828e9c
797 changed files with 45153 additions and 4246 deletions
@@ -262,6 +262,7 @@ export function createIncentiveCard(P) {
flex-direction: column;
gap: 4px;
flex: 1;
min-width: 0;
}
.form-field label { font-size: 0.8rem; font-weight: 600; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.4px; }
.form-field input {
@@ -342,7 +343,9 @@ export function createIncentiveCard(P) {
z-index: 9999;
pointer-events: none;
animation: toast-in 0.25s ease, toast-out 0.3s ease 2s forwards;
white-space: nowrap;
white-space: normal;
max-width: calc(100vw - 32px);
text-align: center;
}
@keyframes toast-in {
from { opacity: 0; transform: translateX(-50%) translateY(12px); }