diff --git a/templates/index.html b/templates/index.html index fd63c53..d520102 100644 --- a/templates/index.html +++ b/templates/index.html @@ -654,6 +654,24 @@ from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } + + /* Novas classes para substituir estilos inline */ + .login-error { margin-top: 10px; font-size: 0.75rem; color: var(--danger); font-weight: bold; text-transform: uppercase; } + .status-bar-info { margin-bottom: 1rem; padding: 0.75rem; background: var(--bg-input); border-radius: 8px; font-size: 0.85rem; display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; } + .status-bar-success { margin-bottom: 1rem; padding: 0.5rem 0.75rem; background: var(--success); opacity: 0.15; border-radius: 6px; font-size: 0.75rem; } + .btn-xs { padding: 0.4rem 0.75rem; font-size: 0.75rem; } + .config-section-card { padding: 1rem; background: var(--bg-input); border-radius: 8px; border: 1px solid var(--border); } + .config-section-title { margin-bottom: 0.75rem; font-size: 0.9rem; display: flex; align-items: center; gap: 0.25rem; } + .config-section-title.accent { color: var(--accent); } + .config-section-title.success { color: var(--success); } + .config-section-icon { vertical-align: middle; } + .mt-4 { margin-top: 1rem; } + .flex-between { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; } + .text-sm-muted { font-size: 0.85rem; color: var(--text-muted); } + .scroll-y-auto { overflow-y: auto; } + .max-h-300 { max-height: 300px; } + .p-4 { padding: 1rem; } + .chat-input-container { padding: 0.75rem; gap: 0.5rem; } @@ -666,7 +684,7 @@
DNS restrito. Digite a senha de acesso.
-