Update display_global.php
This commit is contained in:
@@ -48,7 +48,7 @@ $_hasVideo = (bool)$_tvVideo;
|
||||
display: flex; align-items: center; gap: 1rem;
|
||||
padding: .7rem 1.8rem;
|
||||
background: #fff;
|
||||
border-bottom: 1px solid #e2e8f0;
|
||||
border-bottom: 3px solid var(--brand);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.hd-brand { display: flex; align-items: center; gap: .7rem; flex: 1; min-width: 0; }
|
||||
@@ -186,7 +186,7 @@ $_hasVideo = (bool)$_tvVideo;
|
||||
display: flex; flex-direction: column;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
background: color-mix(in srgb, var(--brand) 6%, #f8fafc);
|
||||
border-right: 1px solid #e2e8f0;
|
||||
}
|
||||
.ultimos-llamados {
|
||||
@@ -207,12 +207,14 @@ $_hasVideo = (bool)$_tvVideo;
|
||||
display: flex; align-items: center; gap: .8rem;
|
||||
padding: .7rem .9rem; border-radius: 10px;
|
||||
margin-bottom: .4rem;
|
||||
background: #f8fafc; border: 1px solid #e2e8f0;
|
||||
background: #fff; border: 1px solid #e2e8f0;
|
||||
border-left: 4px solid color-mix(in srgb, var(--brand, #1565c0) 50%, transparent);
|
||||
}
|
||||
.ul-item.activo {
|
||||
background: var(--brand);
|
||||
border-color: var(--brand);
|
||||
color: #fff;
|
||||
border-left-color: #fff;
|
||||
}
|
||||
.ul-item.activo .ul-nom,
|
||||
.ul-item.activo .ul-dest { color: rgba(255,255,255,.75); }
|
||||
|
||||
Reference in New Issue
Block a user