feat: optimización integral y auditoría de rendimiento SIBU 2.0.1
This commit is contained in:
@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user