card resto
This commit is contained in:
parent
a0df10e724
commit
cf102b766c
|
@ -68,8 +68,8 @@
|
||||||
></app-icon>
|
></app-icon>
|
||||||
<span class="a-emporter pe-2 ps-4 " style="color:#545454">A emporter :</span>
|
<span class="a-emporter pe-2 ps-4 " style="color:#545454">A emporter :</span>
|
||||||
<app-icon
|
<app-icon
|
||||||
[iconName]="restaurant.emporter ? 'bi bi-check-square-fill' : 'bi bi-x-square-fill ps-2 pt-1'"
|
[iconName]="restaurant.aEmporter ? 'bi bi-check-square-fill' : 'bi bi-x-square-fill ps-2 pt-1'"
|
||||||
[iconColor]="restaurant.emporter ? '#4ECB71' : '#ED2F2F'"
|
[iconColor]="restaurant.aEmporter ? '#4ECB71' : '#ED2F2F'"
|
||||||
></app-icon>
|
></app-icon>
|
||||||
</div>
|
</div>
|
||||||
<div class="trait-rouge pt-3"></div>
|
<div class="trait-rouge pt-3"></div>
|
||||||
|
|
Loading…
Reference in New Issue