Commit d8258862608e19c37e379d464a31be2aa584a6d1
1 parent
ac0476557b
Exists in
master
Borrada descripcion de las cards.
Showing
1 changed file
with
4 additions
and
10 deletions
Show diff stats
src/app/components/inicio/inicio.component.html
... | ... | @@ -109,14 +109,13 @@ |
109 | 109 | <div class="fade-in m-0" *ngIf="productoAcargar && !productoEsPromo"> |
110 | 110 | <img |
111 | 111 | class="card-img-top d-block w-100 mx-auto rounded-sm" |
112 | - src="{{apiUrl}}/imagenes/testImg.jpg"> | |
112 | + src="{{apiUrl}}/imagenes/testImg3.jpg"> | |
113 | 113 | |
114 | 114 | <div class="row justify-content-between m-3"> |
115 | - <div class="col-auto text-left px-1"> | |
115 | + <div class="col-12 text-left px-1"> | |
116 | 116 | <p class="h6 font-weight-bold mb-0">{{productoAcargar.DetArt}}</p> |
117 | - <p class="h6 mb-0"><small>{{productoAcargar.DetArt}}</small></p> | |
118 | 117 | </div> |
119 | - <div class="col-4 text-right my-auto"> | |
118 | + <div class="col-12 text-right mt-2"> | |
120 | 119 | <p class="h5 font-weight-bold mb-0">{{productoAcargar.PreVen | currency}}</p> |
121 | 120 | </div> |
122 | 121 | </div> |
... | ... | @@ -126,16 +125,11 @@ |
126 | 125 | <div class="fade-in m-0" *ngIf="promoAcargar && productoEsPromo"> |
127 | 126 | <img |
128 | 127 | class="card-img-top d-block w-100 mx-auto rounded-sm" |
129 | - src="{{apiUrl}}/imagenes/testImg.jpg"> | |
128 | + src="{{apiUrl}}/imagenes/testImg3.jpg"> | |
130 | 129 | |
131 | 130 | <div class="row justify-content-between m-3"> |
132 | 131 | <div class="col-12 text-left px-1"> |
133 | 132 | <p class="h6 font-weight-bold mb-0">{{promoAcargar.nombrePromo}}</p> |
134 | - <p | |
135 | - class="h6 mb-0" | |
136 | - *ngFor="let producto of promoAcargar.productos"> | |
137 | - {{producto.DetArt}} | |
138 | - </p> | |
139 | 133 | </div> |
140 | 134 | <div class="col-12 text-right mt-2 align-self-end"> |
141 | 135 | <p class="h5 font-weight-bold mb-0">{{productoAcargar.PreVen | currency}}</p> |