diff --git a/app/web/templates/install.html b/app/web/templates/install.html index de07f6d..6a41649 100644 --- a/app/web/templates/install.html +++ b/app/web/templates/install.html @@ -629,46 +629,6 @@ .manual-body { padding: 16px 18px 18px; } } - /* ── Role tiles (Analyst vs Admin) ── */ - .role-tiles { - display: flex; - gap: 12px; - margin-bottom: 20px; - } - .role-tile { - flex: 1; - padding: 16px 18px; - border: 2px solid var(--border, #e1e4e8); - border-radius: 10px; - background: var(--surface); - text-decoration: none; - color: inherit; - transition: border-color 0.15s ease, background 0.15s ease; - display: block; - } - .role-tile:hover { - border-color: var(--primary, #0073D1); - } - .role-tile.is-active { - border-color: var(--primary, #0073D1); - background: var(--primary-light, rgba(0, 115, 209, 0.08)); - } - .role-tile h3 { - margin: 0 0 4px 0; - font-size: 14px; - font-weight: 600; - color: var(--text-primary); - } - .role-tile p { - margin: 0; - font-size: 12px; - color: var(--text-secondary); - line-height: 1.5; - } - @media (max-width: 720px) { - .role-tiles { flex-direction: column; } - } - /* ── Admin-configured banner (above setup commands) ── */ .setup-banner { background: var(--background, #f6f7f9); @@ -703,26 +663,6 @@
- - {# Admin tile is admin-only — non-admins see the analyst tile alone. #} - {% set _show_admin_tile = user and user.is_admin %} - - {% if banner_html %}
{{ banner_html | safe }}
{% endif %} @@ -997,16 +937,6 @@