Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m12s
CI/CD Pipeline / Security Scanning (push) Successful in 2m38s
CI/CD Pipeline / Lint and Format (push) Failing after 40s
CI/CD Pipeline / Terraform Validation (push) Failing after 21s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 24s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 24s
Validation / validate-genesis (push) Successful in 26s
Validation / validate-terraform (push) Failing after 21s
Validation / validate-kubernetes (push) Failing after 9s
Validation / validate-smart-contracts (push) Failing after 9s
Validation / validate-security (push) Failing after 1m7s
Validation / validate-documentation (push) Failing after 15s
Resolve etherscanLinks from batch metadata and optional mainnet log scans; serve a fast local-batch attestation path for the explorer CT. Co-authored-by: Cursor <cursoragent@cursor.com>
108 lines
2.6 KiB
CSS
108 lines
2.6 KiB
CSS
#chain138-mainnet-attestation-panel {
|
|
position: fixed;
|
|
top: 4.25rem;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 35;
|
|
margin: 0 auto;
|
|
max-width: 72rem;
|
|
padding: 0.5rem 1rem 0;
|
|
pointer-events: none;
|
|
}
|
|
|
|
#chain138-mainnet-attestation-panel .c138-card {
|
|
pointer-events: auto;
|
|
}
|
|
|
|
#chain138-mainnet-attestation-panel .c138-card {
|
|
border: 1px solid rgba(37, 99, 235, 0.25);
|
|
border-radius: 0.75rem;
|
|
background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(15, 23, 42, 0.02));
|
|
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
|
|
padding: 1rem 1.25rem;
|
|
}
|
|
|
|
#chain138-mainnet-attestation-panel .c138-title {
|
|
font-size: 0.95rem;
|
|
font-weight: 600;
|
|
color: #1e3a8a;
|
|
margin: 0 0 0.35rem;
|
|
}
|
|
|
|
#chain138-mainnet-attestation-panel .c138-sub {
|
|
font-size: 0.82rem;
|
|
color: #475569;
|
|
margin: 0 0 0.75rem;
|
|
}
|
|
|
|
#chain138-mainnet-attestation-panel .c138-links {
|
|
display: grid;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
#chain138-mainnet-attestation-panel .c138-link-row {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
gap: 0.5rem 0.75rem;
|
|
padding: 0.55rem 0.65rem;
|
|
border-radius: 0.5rem;
|
|
background: rgba(255, 255, 255, 0.75);
|
|
border: 1px solid rgba(148, 163, 184, 0.35);
|
|
}
|
|
|
|
#chain138-mainnet-attestation-panel .c138-layer {
|
|
font-size: 0.78rem;
|
|
font-weight: 600;
|
|
color: #0f172a;
|
|
min-width: 11rem;
|
|
}
|
|
|
|
#chain138-mainnet-attestation-panel a.c138-etherscan {
|
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
|
font-size: 0.78rem;
|
|
color: #2563eb;
|
|
text-decoration: none;
|
|
word-break: break-all;
|
|
}
|
|
|
|
#chain138-mainnet-attestation-panel a.c138-etherscan:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#chain138-mainnet-attestation-panel .c138-meta {
|
|
font-size: 0.72rem;
|
|
color: #64748b;
|
|
}
|
|
|
|
#chain138-mainnet-attestation-panel .c138-pending {
|
|
font-size: 0.82rem;
|
|
color: #64748b;
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
#chain138-mainnet-attestation-panel .c138-card {
|
|
border-color: rgba(96, 165, 250, 0.25);
|
|
background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(15, 23, 42, 0.55));
|
|
box-shadow: none;
|
|
}
|
|
#chain138-mainnet-attestation-panel .c138-title {
|
|
color: #93c5fd;
|
|
}
|
|
#chain138-mainnet-attestation-panel .c138-sub,
|
|
#chain138-mainnet-attestation-panel .c138-pending,
|
|
#chain138-mainnet-attestation-panel .c138-meta {
|
|
color: #94a3b8;
|
|
}
|
|
#chain138-mainnet-attestation-panel .c138-link-row {
|
|
background: rgba(15, 23, 42, 0.65);
|
|
border-color: rgba(71, 85, 105, 0.55);
|
|
}
|
|
#chain138-mainnet-attestation-panel .c138-layer {
|
|
color: #e2e8f0;
|
|
}
|
|
#chain138-mainnet-attestation-panel a.c138-etherscan {
|
|
color: #60a5fa;
|
|
}
|
|
}
|