Skip to content

Commit c18da7a

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

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
align-items: center;
55
width: 100%;
66
.rolling-stock {
7-
width: 3rem;
7+
width: 48px;
88
overflow: hidden;
9-
padding-bottom: 0.25rem;
10-
img {
11-
height: 1rem;
12-
object-fit: cover;
13-
object-position: left;
14-
transform: scaleX(-1);
15-
mask-image: linear-gradient(90deg, black 80%, rgba(0, 0, 0, 0));
16-
-webkit-mask-image: linear-gradient(90deg, black 80%, rgba(0, 0, 0, 0));
17-
}
9+
padding-bottom: 4px;
10+
img {
11+
height: 16px;
12+
object-fit: cover;
13+
object-position: left;
14+
transform: scaleX(-1);
15+
mask-image: linear-gradient(90deg, black 80%, rgba(0, 0, 0, 0));
16+
-webkit-mask-image: linear-gradient(90deg, black 80%, rgba(0, 0, 0, 0));
17+
}
1818
}
1919
img {
20-
height: 1.5rem;
20+
height: 24px;
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)