pestana descargas y subcategorias funcionando

This commit is contained in:
2026-06-06 01:15:43 -05:00
parent 21889a3761
commit 3439e598b3
38 changed files with 1609 additions and 95 deletions
+22
View File
@@ -484,6 +484,28 @@ section {
margin-bottom: 32px;
}
/* Multinivel: cada nivel es una fila independiente */
.filtros-nivel {
width: 100%;
margin-bottom: 14px;
align-items: center;
animation: filtrosFadeIn .25s ease;
}
.filtros-nivel:last-child { margin-bottom: 32px; }
.filtros-nivel .filtros-nivel-label {
color: var(--ink-mute);
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
margin-right: 4px;
padding: 0 6px;
}
@keyframes filtrosFadeIn {
from { opacity: 0; transform: translateY(-4px); }
to { opacity: 1; transform: translateY(0); }
}
.tag {
padding: 8px 18px;
background: var(--white);