ui: gate community wizard capabilities

This commit is contained in:
a.tolmachev
2026-05-03 17:11:30 +00:00
parent 10433d5193
commit 49c46c0d0b
14 changed files with 221 additions and 225 deletions
+21 -4
View File
@@ -1,10 +1,29 @@
/* ══════════════════════════════════════════════════
WIZARD — shell
══════════════════════════════════════════════════ */
.wizard-page {
padding-top: 60px;
}
.wizard-page .navbar {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.wizard-page .progress-strip {
position: fixed;
top: 60px;
left: 0;
right: 0;
}
.wizard-shell {
min-height: calc(100vh - 60px);
display: flex;
flex-direction: column;
padding-top: 56px;
}
/* ══════════════════════════════════════════════════
@@ -18,8 +37,6 @@
align-items: center;
height: 56px;
gap: 20px;
position: sticky;
top: 60px;
z-index: 30;
box-shadow: 0 1px 0 var(--border-subtle), 0 4px 16px rgba(0, 0, 0, 0.4);
}
@@ -244,9 +261,9 @@
.steps-list::before {
content: '';
position: absolute;
left: 17px;
left: 27px;
top: 32px;
bottom: 32px;
bottom: 40px;
width: 1px;
background: var(--border);
z-index: 0;