From 3a064e9efe9b149fcd68427dbe741901fcafa5a4 Mon Sep 17 00:00:00 2001 From: brooke Date: Fri, 12 Jul 2024 22:37:31 -0400 Subject: [PATCH] update purchase cost styles in modal --- .../layouts/partials/rental_catalog.html | 38 +++++++++++++------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/themes/gallo/layouts/partials/rental_catalog.html b/themes/gallo/layouts/partials/rental_catalog.html index c907e46..48a3e63 100644 --- a/themes/gallo/layouts/partials/rental_catalog.html +++ b/themes/gallo/layouts/partials/rental_catalog.html @@ -34,7 +34,9 @@ class="mt-2 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-3 gap-4" > {{ range .Params.catalog }} {{ if ne .item "" }} -
+
Dimensions: - {{ .dimensions }} + {{ .dimensions }}
{{ end }} {{ if ne .baseCost "" }}
@@ -83,15 +85,19 @@
{{ if ne .purchaseCost "" }} -
- Purchase Cost: - {{ .purchaseCost }} -
- {{ else }} -
- Purchase Unavailable -
- {{ end }} +
+ Purchase Cost: + {{ .purchaseCost }} +
+ {{ else }} +
+ Purchase Unavailable +
+ {{ end }}
{{ end }} {{ if ne .purchaseCost "" }} -
+
Purchase Cost: {{ .purchaseCost }}
+ {{ else }} +
+ Purchase Unavailable +
{{ end }}