Update display_global.php

This commit is contained in:
Lizandro Guarnizo
2026-06-16 15:53:49 -05:00
parent acbc1d0714
commit f13a06b63a
+11 -10
View File
@@ -200,25 +200,25 @@ $_hasVideo = (bool)$_tvVideo;
padding: .65rem .85rem .3rem; flex-shrink: 0;
}
.ul-thead {
display: grid; grid-template-columns: 82px 1fr;
padding: .25rem .85rem;
display: grid; grid-template-columns: 160px 1fr;
padding: .35rem 1rem;
background: color-mix(in srgb, var(--brand) 12%, #f1f5f9);
border-top: 1px solid #e2e8f0; border-bottom: 2px solid #e2e8f0;
font-size: .62rem; font-weight: 800;
font-size: .75rem; font-weight: 800;
text-transform: uppercase; letter-spacing: .1em; color: #64748b;
flex-shrink: 0;
}
.ultimos-llamados .ul-scroll {
flex: 1; overflow-y: auto; padding: .3rem .4rem .5rem;
flex: 1; overflow-y: auto; padding: .35rem .5rem .5rem;
scrollbar-width: thin; scrollbar-color: #e2e8f0 transparent;
}
.ul-item {
display: grid; grid-template-columns: 82px 1fr;
display: grid; grid-template-columns: 160px 1fr;
align-items: center;
padding: .38rem .45rem; border-radius: 8px;
margin-bottom: .25rem;
padding: .5rem .65rem; border-radius: 10px;
margin-bottom: .35rem;
background: #fff; border: 1px solid #e2e8f0;
border-left: 3px solid color-mix(in srgb, var(--brand, #1565c0) 55%, transparent);
border-left: 4px solid color-mix(in srgb, var(--brand, #1565c0) 55%, transparent);
}
.ul-item.activo {
background: var(--brand);
@@ -226,10 +226,11 @@ $_hasVideo = (bool)$_tvVideo;
border-left-color: rgba(255,255,255,.4);
color: #fff;
}
.ul-item .ul-cod { font-weight: 800; font-size: 1.45rem; line-height: 1; }
.ul-item .ul-cod { font-weight: 800; font-size: 2.9rem; line-height: 1; }
.ul-item .ul-dest {
font-size: .92rem; font-weight: 600; color: #1e293b;
font-size: 3.68rem; font-weight: 700; color: #1e293b;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
line-height: 1.1;
}
.ul-item.activo .ul-dest { color: rgba(255,255,255,.85); }