pestana descargas y subcategorias funcionando
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user