Commit 24f880f2adb38c9f6d8ae368ce6fb030be6a00e8
1 parent
e2f7c2b8d4
Exists in
develop
achico icono de mensaje de pago efectivo y agrando boton finalizar de mensaje-final
Showing
2 changed files
with
20 additions
and
12 deletions
 
Show diff stats
src/app/modules/info-formas-pago/info-formas-pago.component.html
| ... | ... | @@ -65,7 +65,7 @@ | 
| 65 | 65 | draggable="false" | 
| 66 | 66 | ondragstart="return false;" | 
| 67 | 67 | (contextmenu)="false" | 
| 68 | - class="align-self-center mt-4" | |
| 68 | + class="align-self-center icon-60 mt-4" | |
| 69 | 69 | src="assets/img/icono-cajero.svg"> | 
| 70 | 70 | </div> | 
| 71 | 71 | <div class="modal-body text-center h1 mt-2 mb-4"> | 
src/app/modules/mensaje-final/mensaje-final.component.html
| ... | ... | @@ -50,17 +50,25 @@ | 
| 50 | 50 | </div> | 
| 51 | 51 | </div> | 
| 52 | 52 | <div class="row justify-content-center"> | 
| 53 | - <div class="col-auto"> | |
| 54 | - <div | |
| 55 | - class="d-inline-block py-1 btn-effect bg-primary badge-pill text-white" | |
| 56 | - (click)="goToSplash()"> | |
| 57 | - <span class="px-4">FINALIZAR</span> | |
| 58 | - <img | |
| 59 | - draggable="false" | |
| 60 | - ondragstart="return false;" | |
| 61 | - (contextmenu)="false" | |
| 62 | - class="icon-30" | |
| 63 | - src="assets/img/ir.svg"> | |
| 53 | + <div class="col-5"> | |
| 54 | + <div class="row justify-content-between"> | |
| 55 | + <div class="col-12"> | |
| 56 | + <div | |
| 57 | + class="d-inline-block py-1 btn-effect bg-primary badge-pill text-white" | |
| 58 | + (click)="goToSplash()"> | |
| 59 | + <div class="row mx-0 bg-primary badge-pill heigth-80"> | |
| 60 | + <div class="col-10 align-self-center text-center text-white h3">finalizar</div> | |
| 61 | + <div class="col-2 align-self-center p-0"> | |
| 62 | + <img | |
| 63 | + draggable="false" | |
| 64 | + ondragstart="return false;" | |
| 65 | + (contextmenu)="false" | |
| 66 | + class="icon-50" | |
| 67 | + src="assets/img/ir.svg"> | |
| 68 | + </div> | |
| 69 | + </div> | |
| 70 | + </div> | |
| 71 | + </div> | |
| 64 | 72 | </div> | 
| 65 | 73 | </div> | 
| 66 | 74 | </div> |