Excel y sesiones.json a las 00

This commit is contained in:
2026-06-05 22:56:35 -05:00
parent aa5e85ae94
commit 984f2f103d
7 changed files with 550 additions and 107 deletions
+62
View File
@@ -1816,3 +1816,65 @@ select {
padding: 8px 10px;
}
}
/* ════════════════════════════════
EXCEL/CSV — sección de asignar nombre + precio
════════════════════════════════ */
.excel-form {
display: flex;
flex-direction: column;
gap: 18px;
margin-top: 18px;
}
/* Excel/CSV — hint compacto de formato */
.excel-format-hint {
background: var(--bg-soft);
border: 1px solid var(--line);
border-radius: var(--radius-md);
padding: 10px 14px;
margin: 0 0 14px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px 12px;
font-size: 0.85rem;
line-height: 1.4;
color: var(--ink-soft);
}
.excel-format-cols {
font-family: 'SF Mono', Menlo, monospace;
font-size: 0.82rem;
color: var(--ink);
background: var(--white);
border: 1px solid var(--line);
border-radius: var(--radius-sm);
padding: 4px 10px;
display: inline-flex;
align-items: center;
gap: 4px;
}
.excel-format-cols strong {
color: var(--violet-deep);
font-weight: 700;
font-family: inherit;
}
.excel-format-cols .sep {
color: var(--ink-mute);
font-weight: 400;
margin: 0 2px;
}
.excel-format-meta {
color: var(--ink-mute);
font-size: 0.78rem;
}
.excel-summary {
display: flex;
flex-direction: column;
gap: 10px;
padding: 18px;
background: var(--bg-soft);
border: 1px solid var(--line);
border-radius: var(--radius-md);
}