add predict bar för overlay
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user