Skip to content

Commit 832da46

Browse files
committed
front: fix STDCM config section layout.
In the mockup, the consist and itinerary forms have fixed widths, while the map is responsive.
1 parent ef82519 commit 832da46

File tree

1 file changed

+4
-5
lines changed
  • front/src/styles/scss/applications/stdcmV2

1 file changed

+4
-5
lines changed

front/src/styles/scss/applications/stdcmV2/_home.scss

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
.stdcm-v2-simulation-settings {
1414
display: flex;
1515
gap: 0.813rem;
16-
width: 55%;
1716

1817
.stdcm-v2-consist-container {
19-
width: 45%;
18+
width: 20.125rem;
2019

2120
.stdcm-v2-consist-img {
2221
overflow: hidden;
@@ -40,7 +39,7 @@
4039
flex-direction: column;
4140
gap: 32px;
4241
min-width: 28.125rem;
43-
width: 55%;
42+
width: 28.125rem;
4443
position: relative;
4544
align-items: center;
4645

@@ -196,8 +195,8 @@
196195
0px 0px 0px 2px rgba(255, 255, 255, 0.75) inset,
197196
0px 0px 0px 1px rgba(0, 0, 0, 0.25) inset;
198197
margin-left: 2rem;
199-
width: 55%;
200-
height: 48.7rem;
198+
width: 100%;
199+
height: 48.5rem;
201200
}
202201
}
203202
}

0 commit comments

Comments
 (0)