chore: commit pending gateway changes

This commit is contained in:
2026-05-10 22:34:15 +08:00
parent 53f8edfb67
commit d59756a27c
71 changed files with 15106 additions and 656 deletions
+6 -6
View File
@@ -49,7 +49,7 @@
.landingCopy p {
max-width: 660px;
color: #475467;
color: var(--text-soft);
font-size: 16px;
line-height: 1.75;
}
@@ -66,7 +66,7 @@
padding: 18px;
border: 1px solid var(--border);
border-radius: 12px;
background: #fafbfc;
background: var(--surface-subtle);
box-shadow: 0 20px 60px rgba(16, 24, 40, 0.08);
}
@@ -81,7 +81,7 @@
.previewHeader {
padding-bottom: 12px;
border-bottom: 1px solid var(--border);
font-weight: 900;
font-weight: var(--font-weight-semibold);
}
.previewGrid {
@@ -103,7 +103,7 @@
.previewGrid span {
color: var(--muted-foreground);
font-size: 12px;
font-weight: 800;
font-weight: var(--font-weight-semibold);
}
.previewGrid strong {
@@ -113,10 +113,10 @@
.previewFlow {
padding: 14px;
border-radius: 10px;
background: #111827;
background: var(--primary);
color: #fff;
font-size: 12px;
font-weight: 800;
font-weight: var(--font-weight-semibold);
}
.previewFlow span {