125927e0e8
   TODO: 补充说明书链接 Reviewed-on: https://git.genarrative.world/git/GenarrativeAI/Genarrative/pulls/86 Co-authored-by: 王德宇 <kvtodev@outlook.com> Co-committed-by: 王德宇 <kvtodev@outlook.com>
47 lines
1.2 KiB
CSS
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);
|
|
}
|