feat: optimización integral y auditoría de rendimiento SIBU 2.0.1

This commit is contained in:
2026-03-01 17:35:13 -05:00
parent 66b76cee61
commit 6ae0e7b0bf
14 changed files with 917 additions and 2170 deletions

View File

@ -562,7 +562,7 @@ function resetFilters() {
border-radius: 1.125rem;
overflow: hidden;
cursor: pointer;
aspect-ratio: 1/1;
aspect-ratio: 16/9;
background: var(--bg-secondary);
transition: transform 0.2s;
}
@ -660,7 +660,7 @@ function resetFilters() {
.biz-img-wrap {
position: relative;
aspect-ratio: 16/10;
aspect-ratio: 4/3;
overflow: hidden;
}
@ -710,9 +710,9 @@ function resetFilters() {
align-items: center;
gap: 0.2rem;
margin: 0;
font-size: 0.75rem;
font-size: 0.7rem;
color: var(--text-secondary);
font-weight: 600;
font-weight: 500;
}
.biz-area-icon { font-size: 0.875rem; }