Essentiellement modifs CSS

This commit is contained in:
2023-12-13 17:16:15 +01:00
parent d9cd173a1e
commit 98d916c535
3 changed files with 21 additions and 5 deletions

View File

@@ -40,7 +40,7 @@
</li>
<li>{{this.prix}} €</li>
<li>{{#if this.acheteur}}{{this.acheteur}}
{{else}}<a href="/choix-offrant?cadeau={{this.id}}" class="btn btn-primary">Le réserver</a>{{/if}}
{{else}}<a href="/choix-offrant?cadeau={{this.id}}" class="btn">Le réserver</a>{{/if}}
</li>
<li>
<div class="form-check form-switch">
@@ -52,10 +52,14 @@
</div>
<li>{{#if this.pourNoel}}Noël{{else}}Anniversaire{{/if}}</li>
<li>
{{#if this.emballe}}
<label class="form-check-label">Déja emballé</label>
{{#if this.achete}}
{{#if this.emballe}}
<label class="form-check-label">Emballé</label>
{{else}}
<label class="form-check-label"><b>A emballer</b></label>
{{/if}}
{{else}}
<label class="form-check-label">A emballer</label>
&nbsp;
{{/if}}
</li>
</ul>