Skip to content

Commit

Permalink
fix: fix carpool-leg-details-link rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Apr 18, 2024
1 parent 1892c7b commit 7e5e36d
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions sass/stadtnavi-extensions/carpooling.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,22 @@ input[type='radio'] {
background-color: #ffffff;
}

.carpool-leg-details-link .external-link-container {
a.external-link {
color: $primary-color;
.carpool-leg-details-link {
line-height: unset;
.external-link-container {
margin: 12px 0px 0px 0px;
padding: 6px 12px 6px 6px;
background-color: $carpool-color;
color: #ffffff;
font-weight: bold;
a.external-link {
color: #ffffff;
}
}
}

.row.itinerary-row .itinerary-instruction-column .itinerary-leg-action {
/* height: 60px; */
height: unset;
min-height: 60px;
}

0 comments on commit 7e5e36d

Please sign in to comment.