Update web/static/app.css
This commit is contained in:
parent
ef7aec3ade
commit
21e7563f8d
@ -512,3 +512,11 @@ body.dark-mode .mobile-menu-inner{
|
|||||||
background:#111827;
|
background:#111827;
|
||||||
border-color:#374151;
|
border-color:#374151;
|
||||||
}
|
}
|
||||||
|
/* --- Release Announcement Modal --- */
|
||||||
|
.modal { display:none; position:fixed; inset:0; background:rgba(0,0,0,.45); z-index:1000; }
|
||||||
|
.modal.is-open { display:block; }
|
||||||
|
.modal-card { background:#fff; max-width:640px; margin:10vh auto; border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,.2); overflow:hidden; }
|
||||||
|
.modal-header, .modal-footer { padding:12px 16px; border-bottom:1px solid var(--border); }
|
||||||
|
.modal-footer { border-top:1px solid var(--border); border-bottom:none; text-align:right; }
|
||||||
|
.modal-body { padding:16px; }
|
||||||
|
.modal-close { background:transparent; border:none; font-size:20px; line-height:1; cursor:pointer; }
|
||||||
Loading…
Reference in New Issue
Block a user