💄 Add ScrollingText component and use it in StopAreaRepr component

Update DestinationPassages component to use it.
This commit is contained in:
2023-03-05 19:20:11 +01:00
parent 546ec5a89f
commit 726efd8e8c
4 changed files with 49 additions and 35 deletions

View File

@@ -53,16 +53,19 @@
border-bottom: solid calc(2px);
.name {
margin-left: calc(40/1920*100%);
width: 60%;
aspect-ratio: 2.5;
display: flex;
align-items: center;
font-family: IDFVoyageur-bold;
}
.lineRepr {
// height: 100%;
width: 40%;
aspect-ratio: 2.5;
// margin-left: auto;
display: flex;
flex-direction: row;