This commit is contained in:
parent
7cb2cf7b66
commit
e166e58d83
2 changed files with 5 additions and 5 deletions
|
@ -92,14 +92,14 @@
|
||||||
<div class="flex flex-col gap-4">
|
<div class="flex flex-col gap-4">
|
||||||
{{ if ne .purchaseCost "" }}
|
{{ if ne .purchaseCost "" }}
|
||||||
<div
|
<div
|
||||||
class="flex flex-row justify-between border-2 rounded-lg px-4 h-10 py-[0.275rem] w-full"
|
class="flex flex-row justify-between border-[1px] rounded-lg px-4 h-10 py-[0.275rem] w-full"
|
||||||
>
|
>
|
||||||
<strong>Purchase Cost:</strong>
|
<strong>Purchase Cost:</strong>
|
||||||
<span>{{ .purchaseCost }}</span>
|
<span>{{ .purchaseCost }}</span>
|
||||||
</div>
|
</div>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<div
|
<div
|
||||||
class="flex justify-center border-2 rounded-lg px-4 h-10 py-[0.275rem] text-gray-600 mt-4 w-full"
|
class="flex justify-center border-[1px] rounded-lg px-4 h-10 py-[0.275rem] text-gray-600 mt-4 w-full"
|
||||||
>
|
>
|
||||||
<strong>Purchase Unavailable</strong>
|
<strong>Purchase Unavailable</strong>
|
||||||
</div>
|
</div>
|
||||||
|
@ -214,14 +214,14 @@
|
||||||
</div>
|
</div>
|
||||||
{{ end }} {{ if ne .purchaseCost "" }}
|
{{ end }} {{ if ne .purchaseCost "" }}
|
||||||
<div
|
<div
|
||||||
class="flex flex-row justify-between border-2 rounded-lg px-4 h-10 py-[0.275rem] w-full mt-4"
|
class="flex flex-row justify-between border-[1px] rounded-lg px-4 h-10 py-[0.275rem] w-full mt-4"
|
||||||
>
|
>
|
||||||
<strong>Purchase Cost:</strong>
|
<strong>Purchase Cost:</strong>
|
||||||
<span>{{ .purchaseCost }}</span>
|
<span>{{ .purchaseCost }}</span>
|
||||||
</div>
|
</div>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<div
|
<div
|
||||||
class="flex justify-center border-2 rounded-lg px-4 h-10 py-[0.275rem] text-gray-600 mt-4 w-full"
|
class="flex justify-center border-[1px] rounded-lg px-4 h-10 py-[0.275rem] text-gray-600 mt-4 w-full"
|
||||||
>
|
>
|
||||||
<strong>Purchase Unavailable</strong>
|
<strong>Purchase Unavailable</strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
2
themes/gallo/static/css/tailwind.min.css
vendored
2
themes/gallo/static/css/tailwind.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue