Commit 9982b1163c982a09cbf166cf379b766edeaf8e18
1 parent
18aec72e6e
Exists in
develop
mensaje final
Showing
1 changed file
with
12 additions
and
24 deletions
Show diff stats
src/app/modules/mensaje-final/mensaje-final.component.html
| ... | ... | @@ -49,30 +49,18 @@ |
| 49 | 49 | </p> |
| 50 | 50 | </div> |
| 51 | 51 | </div> |
| 52 | - <div class="row justify-content-center"> | |
| 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 w-100" | |
| 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"> | |
| 61 | - <span >Finalizar</span> | |
| 62 | - </div> | |
| 63 | - <div class="col-2 align-self-center p-0"> | |
| 64 | - <img | |
| 65 | - draggable="false" | |
| 66 | - ondragstart="return false;" | |
| 67 | - (contextmenu)="false" | |
| 68 | - class="icon-50" | |
| 69 | - src="assets/img/ir.svg"> | |
| 70 | - </div> | |
| 71 | - </div> | |
| 72 | - </div> | |
| 73 | - </div> | |
| 74 | - </div> | |
| 52 | + <div class="row mx-0 justify-content-center"> | |
| 53 | + <div | |
| 54 | + class="col-5 py-3 btn-effect bg-primary badge-pill text-white text-center" | |
| 55 | + (click)="goToSplash()"> | |
| 56 | + <span class="h3 m-0">Finalizar</span> | |
| 57 | + <img | |
| 58 | + draggable="false" | |
| 59 | + ondragstart="return false;" | |
| 60 | + (contextmenu)="false" | |
| 61 | + class="float-right icon-40" | |
| 62 | + src="assets/img/ir.svg"> | |
| 75 | 63 | </div> |
| 76 | 64 | </div> |
| 77 | 65 | </div> |
| 78 | 66 | -</div> |
| 67 | +</div> | |
| 79 | 68 | \ No newline at end of file |