From 10e89c16dff29c2bc3853f0aee26d997639002d4 Mon Sep 17 00:00:00 2001 From: Oriol Carbonell Date: Wed, 17 Jan 2024 13:31:33 +0100 Subject: [PATCH] Add credit card logos to booking page --- web/static/public.css | 13 +++++++++++++ web/templates/public/booking.gohtml | 15 ++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/web/static/public.css b/web/static/public.css index cbf0b5b..f96bd7e 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -1264,6 +1264,19 @@ input[type="checkbox"]:focus { } } +/* booking card */ + +.center-cards { + display: flex; + gap: 10px; + align-items: center; + margin: 30px 10px; +} + +.microcard { + width: 48px; +} + /* footer responsive */ @media (max-width: 48rem) { diff --git a/web/templates/public/booking.gohtml b/web/templates/public/booking.gohtml index 6dc0c2c..4cdd8ea 100644 --- a/web/templates/public/booking.gohtml +++ b/web/templates/public/booking.gohtml @@ -1,4 +1,4 @@ - @@ -153,6 +153,19 @@ {{- end }}