Update application ports to 3051 and enhance frontend/backend configurations
This commit is contained in:
@@ -446,13 +446,13 @@
|
||||
.app-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
||||
.controls {
|
||||
width: 100%;
|
||||
max-height: 40vh;
|
||||
order: -1;
|
||||
}
|
||||
|
||||
|
||||
.map-container {
|
||||
height: 60vh;
|
||||
}
|
||||
@@ -465,3 +465,26 @@
|
||||
top: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.results-panel tr.passed-row {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.results-panel tr.current-row {
|
||||
background: #1abc9c !important;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.results-panel tr.upcoming-row {
|
||||
background: #eaf4fb !important;
|
||||
}
|
||||
|
||||
.now-passing {
|
||||
background: #1abc9c;
|
||||
color: white;
|
||||
padding: 6px 10px;
|
||||
border-radius: 4px;
|
||||
font-size: 13px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user