-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AB#32085: Tweak styling, refactor render logic (#419)
* AB#32085: Tweak styling, refactor render logic * Tweak styling, merge separate friday departures to weekday departures * Add fix for partial departures along a route * Partial departure fix continues * Shorten train IDs so they display correctly
- Loading branch information
Showing
11 changed files
with
238 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
.stop { | ||
flex-grow: 1; | ||
height: 100px; | ||
height: 60px; | ||
padding-right: 16px; | ||
margin-bottom: 2rem; | ||
} | ||
|
||
.stopName { | ||
.stopNamePrimary { | ||
font-size: 1.2em; | ||
margin: 0 0 0 2rem; | ||
font-family: GothamRounded-Medium; | ||
word-break: normal; | ||
} | ||
|
||
.stopNameSecondary { | ||
font-size: 1.2em; | ||
margin: 0 0 0 2rem; | ||
font-family: GothamXNarrow-Book; | ||
word-break: normal; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.