diff --git a/tests/wallets/index.html b/tests/wallets/index.html index 34516af2d..ed10cfe82 100644 --- a/tests/wallets/index.html +++ b/tests/wallets/index.html @@ -774,6 +774,64 @@ gap: 12px; } + .test-type-tabs { + margin-top: 8px; + border-radius: 18px; + background: rgba(22, 32, 40, 0.04); + padding: 6px; + } + + .test-type-tabs .q-tab { + flex: 1 1 0; + min-width: 0; + } + + .test-type-panels { + margin-top: 14px; + background: transparent; + box-shadow: none; + } + + .test-type-panel { + padding: 0; + } + + .test-case-stack { + display: grid; + gap: 14px; + } + + .test-case-section { + display: grid; + gap: 14px; + } + + .test-case-section + .test-case-section { + padding-top: 18px; + border-top: 1px solid rgba(25, 54, 61, 0.08); + } + + .test-case-header { + display: flex; + gap: 12px; + align-items: flex-start; + justify-content: space-between; + } + + .test-case-title { + margin: 0; + font-size: 1rem; + line-height: 1.25; + font-weight: 800; + } + + .test-case-subtitle { + margin-top: 4px; + color: var(--studio-muted); + font-size: 0.84rem; + line-height: 1.45; + } + .mock-card { border-radius: 16px; border: 1px solid rgba(25, 54, 61, 0.08); @@ -1469,102 +1527,138 @@