34 lines
415 B
CSS
34 lines
415 B
CSS
svg {
|
|
font-family: IDFVoyageur-bold;
|
|
}
|
|
|
|
.transportMode {
|
|
aspect-ratio : 1 / 1;
|
|
height: 70%;
|
|
margin-left: 1%;
|
|
}
|
|
|
|
.tramLinePicto {
|
|
height: 70%;
|
|
margin-left: 1%;
|
|
aspect-ratio : 1 / 1;
|
|
}
|
|
|
|
.trainLinePicto {
|
|
height: 70%;
|
|
margin-left: 1%;
|
|
aspect-ratio : 1 / 1;
|
|
}
|
|
|
|
.metroLinePicto {
|
|
height: 70%;
|
|
margin-left: 1%;
|
|
aspect-ratio : 1 / 1;
|
|
}
|
|
|
|
.busLinePicto {
|
|
height: 70%;
|
|
margin-left: 1%;
|
|
aspect-ratio : 2.25;
|
|
}
|