diff --git a/modules/turnero/views/display_global.php b/modules/turnero/views/display_global.php index 7541760..0ac8d6e 100644 --- a/modules/turnero/views/display_global.php +++ b/modules/turnero/views/display_global.php @@ -57,13 +57,13 @@ $_hasVideo = (bool)$_tvVideo; background: #f1f5f9; border-radius: 8px; padding: 4px 7px; } .lab-nombre { - font-size: clamp(1.35rem, 2.3vw, 1.65rem); + font-size: clamp(1.5rem, 2.6vw, 1.85rem); font-weight: 700; color: #1e293b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .hd-right { display: flex; align-items: center; gap: .8rem; flex-shrink: 0; } .reloj { - font-size: clamp(1.55rem, 2.8vw, 1.95rem); + font-size: clamp(1.7rem, 3.1vw, 2.15rem); font-weight: 700; color: #64748b; font-variant-numeric: tabular-nums; letter-spacing: .5px; } @@ -219,7 +219,7 @@ $_hasVideo = (bool)$_tvVideo; .ul-item.activo .ul-nom, .ul-item.activo .ul-dest { color: rgba(255,255,255,.75); } .ul-item .ul-left { flex: 1; min-width: 0; } - .ul-item .ul-cod { font-weight: 800; font-size: 3.2rem; display: block; } + .ul-item .ul-cod { font-weight: 800; font-size: 3.4rem; display: block; } .ul-item .ul-nom { font-size: 2.2rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;