Skip to content

Commit 5571097

Browse files
committed
feat: Improve margin for booking info
1 parent 3325346 commit 5571097

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

assets/sass/booking.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,7 @@
109109
@include booking_section("fip_global_fare");
110110
@include booking_section("reservations");
111111
}
112+
113+
.o-booking__info {
114+
margin-bottom: 1.5rem;
115+
}

content/operator/eurostar/index.de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Wenn bei der Buchung eine Mailadresse angegeben wird, für die ein Eurostar Kont
101101
fip_50="nil"
102102
fip_global_fare=true
103103
%}}
104-
Bei der Buchung muss der FIP Ausweise aller Reisenden vorgezeigt werden
104+
Bei der Buchung muss der FIP Ausweise aller Reisenden vorgezeigt werden.
105105
{{% /booking %}}
106106

107107
### Im Zug

content/operator/eurostar/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ If an email address associated with an existing Eurostar account is provided dur
100100
fip_50="nil"
101101
fip_global_fare=true
102102
%}}
103-
When booking, the FIP cards of all travelers must be presented
103+
When booking, the FIP cards of all travelers must be presented.
104104
{{% /booking %}}
105105

106106
### Onboard

layouts/partials/booking.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@
3030
</div>
3131
</summary>
3232
<hr class="o-divider" aria-hidden="true">
33-
<div>
33+
{{- if .info -}}
34+
<div class="o-booking__info">
3435
{{- .info | .original_page.RenderString -}}
3536
</div>
37+
{{- end -}}
3638
{{- $contentClasses := slice "o-single__content" -}}
3739
{{- if or (eq .fip_50 false) (eq .fip_50 "nil") }}
3840
{{- $contentClasses = $contentClasses | append "o-booking__section-fip_50--hidden" -}}

0 commit comments

Comments
 (0)