Commit 07baaf5fbf0bed38a7808d8cd890825097a4afb0
Exists in
develop
Merge branch 'develop' into 'develop'
Develop See merge request !108
Showing
4 changed files
Show diff stats
src/app/modules/comanda/comanda.component.html
| ... | ... | @@ -18,7 +18,7 @@ |
| 18 | 18 | <div class="card-body p-2"> |
| 19 | 19 | <div class="row justify-content-between"> |
| 20 | 20 | <img |
| 21 | - src="../../../assets/img/para-llevar-fondo-sombra.png" | |
| 21 | + src="assets/img/para-llevar-fondo-sombra.png" | |
| 22 | 22 | class="w-25 h-25 float-left ml-0 mt-n3" |
| 23 | 23 | *ngIf="comanda.paraLlevar == true"> |
| 24 | 24 | <div></div> |
src/app/modules/pedidos-salientes/pedidos-salientes.component.html
src/app/shared/cancelar-compra/cancelar-compra.component.html
src/app/shared/error-forma-pago/error-forma-pago.component.html
| 1 | 1 | <div class="bg-primary text-center rounded"> |
| 2 | 2 | <div class="modal-body"> |
| 3 | - <img | |
| 4 | - draggable="false" | |
| 5 | - ondragstart="return false;" | |
| 6 | - (contextmenu)="false" | |
| 7 | - class="d-block mx-auto icon-50" | |
| 8 | - src="assets/img/x-amarilla.svg"> | |
| 9 | - <p class="h1 text-white text-center mx-3 mt-3">Algo salió mal, intentalo de nuevo o</p> | |
| 3 | + <p class="h1 text-white text-center mx-3">Algo salió mal, intentalo de nuevo o</p> | |
| 10 | 4 | <p class="h1 text-white text-center mx-3 mb-3">probá con otra forma de pago</p> |
| 11 | 5 | <div |
| 12 | 6 | class="d-inline-block py-1 btn-effect bg-white badge-pill" |