rediction-baren är nu färgkodad
This commit is contained in:
@@ -881,7 +881,18 @@ select:focus {
|
||||
.overlay-prediction-fill {
|
||||
height: 100%;
|
||||
border-radius: 999px;
|
||||
background: linear-gradient(90deg, #ffffff, #e10600);
|
||||
}
|
||||
|
||||
.overlay-prediction-good {
|
||||
background: linear-gradient(90deg, #b7ffd4, #26c281);
|
||||
}
|
||||
|
||||
.overlay-prediction-warn {
|
||||
background: linear-gradient(90deg, #ffe69a, #f5a623);
|
||||
}
|
||||
|
||||
.overlay-prediction-late {
|
||||
background: linear-gradient(90deg, #ffd0d0, #e10600);
|
||||
}
|
||||
|
||||
.overlay-race-metric strong,
|
||||
|
||||
Reference in New Issue
Block a user