Skip to content

Commit c8925b7

Browse files
committed
front: convert rem to px
Signed-off-by: Theo Macron <theo.macron0315@gmail.com>
1 parent ba58b81 commit c8925b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

front/src/styles/scss/applications/operationalStudies/_managetrainschedule.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
align-items: center;
55
width: 100%;
66
.rolling-stock {
7-
width: 3rem;
7+
width: 48px;
88
overflow: hidden;
9-
padding-bottom: 0.25rem;
9+
padding-bottom: 4px;
1010
img {
11-
height: 1rem;
11+
height: 16px;
1212
object-fit: cover;
1313
object-position: left;
1414
transform: scaleX(-1);
@@ -17,7 +17,7 @@
1717
}
1818
}
1919
img {
20-
height: 1.5rem;
20+
height: 24px;
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)