🎉 First commit !!!
This commit is contained in:
33
frontend/src/stopManager.module.css
Normal file
33
frontend/src/stopManager.module.css
Normal file
@@ -0,0 +1,33 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user