-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(TripPlanner): Walking directions UX update (#1972)
* feat(TripPlanner): Walking directions UX update * Added text toggle for the walking directions * Added collapse arrow * Removed comment link * Formatted the minutes to closest whole number * feat(TripPlan): Rework the transit copy (#1996) * feat(TripPlan): Rework the transit copy * Fixed tests * Added tests * Set the stop string to pluralize * Addressed feedback * Fixed padding * Removed old css classes * Fixed layout to make whole row a link * Removed unused css class * Added text wrapping * Fixed wrapping on stop expand * Fixed wrapping and padding * Changed layout
- Loading branch information
Showing
21 changed files
with
234 additions
and
257 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,10 @@ | |
// End Bottom | ||
|
||
// Start | ||
.ps-0 { | ||
padding-left: 0; | ||
} | ||
|
||
.ps-5 { | ||
padding-left: .313rem; | ||
} | ||
|
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
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.