Skip to content

Commit

Permalink
front: change simulation results components background
Browse files Browse the repository at this point in the history
Signed-off-by: Clara Ni <clara.ni@outlook.fr>
  • Loading branch information
clarani committed Oct 21, 2024
1 parent 93930d7 commit a6a907c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const SimulationResults = ({
)}

{/* SIMULATION : SPACE TIME CHART */}
<div className="simulation-warped-map d-flex flex-row align-items-stretch mb-2 bg-white">
<div className="simulation-warped-map d-flex flex-row align-items-stretch mb-2">
{projectionData && projectionData.projectedTrains.length > 0 && pathProperties && (
<>
<button
Expand Down Expand Up @@ -244,7 +244,7 @@ const SimulationResults = ({
selectedTrainRollingStock &&
operationalPoints &&
infraId && (
<div className="osrd-simulation-container mb-2">
<div className="osrd-simulation-container mb-2 bg-white">
<DriverTrainSchedule
train={selectedTrainSchedule}
simulatedTrain={trainSimulation}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

.osrd-simulation-container {
position: relative;
background-color: white;
padding: 1rem;
border-radius: 4px;

Expand Down

0 comments on commit a6a907c

Please sign in to comment.