feat: add beta application review flow

This commit is contained in:
2026-06-08 15:23:13 +08:00
parent 33723d00f0
commit 3a1bc0241e
8 changed files with 949 additions and 5 deletions
@@ -107,6 +107,12 @@
color: #1e1e1e;
}
.beta-modal-header__close:disabled,
.beta-modal-footer__btn:disabled {
opacity: 0.58;
cursor: wait;
}
/* ── Scrollable body ── */
.beta-modal-body {
flex: 1;
@@ -412,6 +418,22 @@
background: #f5f1ea;
}
.beta-modal-footer__message {
flex: 1;
margin: 0;
font-size: 13px;
font-weight: 700;
line-height: 1.5;
}
.beta-modal-footer__message--success {
color: #166534;
}
.beta-modal-footer__message--error {
color: #dc2626;
}
.beta-modal-footer__btn {
display: inline-flex;
align-items: center;