Files
Genarrative/packages/shared/src/components/PlatformProfileWalletLedgerModal/index.css
T
k88936 125927e0e8 Ai game creator app home sidebar (#86)
![shotmd-1784186268.jpg](/attachments/c828773c-4f1a-4654-b76d-c944b82ec023)
![shotmd-1784186877.jpg](/attachments/f1782ba3-245a-40c1-8caa-cbd7e4cce74b)
![shotmd-1784186948-compressed.webp](/attachments/f3d02ac3-db7a-439b-9a84-7aceefad9048)
TODO: 补充说明书链接

Reviewed-on: https://git.genarrative.world/git/GenarrativeAI/Genarrative/pulls/86
Co-authored-by: 王德宇 <kvtodev@outlook.com>
Co-committed-by: 王德宇 <kvtodev@outlook.com>
2026-07-20 15:03:23 +08:00

47 lines
1.2 KiB
CSS

.platform-profile-wallet-ledger-modal-backdrop {
background: rgba(0, 0, 0, 0.48);
}
.platform-profile-wallet-ledger-modal {
border: 1px solid var(--platform-modal-border);
background: linear-gradient(180deg, #fff7f8 0%, #fff 38%, #f8fafc 100%);
color: #18181b;
box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}
.platform-profile-wallet-ledger-modal__close {
background: rgba(255, 255, 255, 0.8);
color: #ff4056;
box-shadow: 0 2px 8px rgba(112, 57, 30, 0.12);
}
.platform-profile-wallet-ledger-modal__close:hover {
background: #fff;
}
.platform-profile-wallet-ledger-modal__badge {
border-color: #ffe4e6;
color: #e11d48;
}
.platform-profile-wallet-ledger-modal__status-error {
border: 1px solid var(--platform-button-danger-border);
background: var(--platform-button-danger-fill);
color: var(--platform-button-danger-text);
}
.platform-profile-wallet-ledger-modal__retry {
border: 1px solid rgba(255, 64, 86, 0.22);
background: #fff;
color: #e11d48;
}
.platform-profile-wallet-ledger-modal__retry:hover {
background: #fff1f2;
}
.platform-profile-wallet-ledger-modal__row {
border: 1px solid var(--platform-subpanel-border);
background: rgba(255, 255, 255, 0.78);
}