add predict bar för overlay

This commit is contained in:
larssand
2026-03-14 19:36:59 +01:00
parent 0d71cd5a18
commit 3069878167
2 changed files with 55 additions and 0 deletions

View File

@@ -852,6 +852,38 @@ select:focus {
letter-spacing: 0.08em;
}
.overlay-prediction {
margin-top: 10px;
}
.overlay-prediction-meta {
display: flex;
justify-content: space-between;
gap: 10px;
margin-bottom: 6px;
}
.overlay-prediction-meta label,
.overlay-prediction-meta span {
color: var(--muted);
font-size: 0.72rem;
text-transform: uppercase;
letter-spacing: 0.08em;
}
.overlay-prediction-track {
height: 4px;
border-radius: 999px;
overflow: hidden;
background: rgba(255, 255, 255, 0.08);
}
.overlay-prediction-fill {
height: 100%;
border-radius: 999px;
background: linear-gradient(90deg, #ffffff, #e10600);
}
.overlay-race-metric strong,
.overlay-race-best strong {
font-family: Orbitron, sans-serif;