feat: use customer video key for demo access
This commit is contained in:
@@ -38,6 +38,17 @@ button { cursor: pointer; }
|
||||
.connection.live { background: rgba(15,159,110,.2); color: #91ebca; }
|
||||
.connection.mock { background: rgba(255,183,77,.15); color: #ffd28a; }
|
||||
.connection.blocked { background: rgba(239,68,68,.16); color: #ffb1b1; }
|
||||
.topbar-actions { display: flex; align-items: center; gap: 10px; }
|
||||
.key-change-button { padding: 7px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: transparent; color: #dce5ff; font-size: 12px; }
|
||||
.key-change-button:hover { background: rgba(255,255,255,.08); }
|
||||
|
||||
.key-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; background: rgba(9,18,38,.72); backdrop-filter: blur(5px); }
|
||||
.key-gate-card { width: min(440px, 100%); padding: 28px; border-radius: 18px; background: white; box-shadow: 0 24px 80px rgba(5,14,34,.28); }
|
||||
.key-gate-card h2 { margin: 7px 0 8px; font-size: 24px; }
|
||||
.key-gate-card > p { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.6; }
|
||||
.key-gate-card .field { margin-top: 4px; }
|
||||
.key-gate-error { margin: 9px 0 0 !important; color: #c03945 !important; }
|
||||
.key-gate-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 20px; }
|
||||
|
||||
main { max-width: 1480px; margin: 0 auto; padding: 24px; }
|
||||
.panel, .sidebar { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
|
||||
@@ -255,6 +266,8 @@ hr { border: 0; border-top: 1px solid var(--line); margin: 26px 0 0; }
|
||||
|
||||
@media (max-width: 680px) {
|
||||
.topbar { align-items: flex-start; padding: 16px; }
|
||||
.topbar-actions { align-items: flex-end; flex-direction: column-reverse; }
|
||||
.key-change-button { white-space: nowrap; }
|
||||
main { padding: 14px; }
|
||||
.panel { padding: 18px; }
|
||||
.module-tabs { grid-template-columns: 1fr; }
|
||||
|
||||
Reference in New Issue
Block a user