Commit ef39d6774eccdd878231b3f49ea449bc71902ee3
1 parent
bb5e7977b5
Exists in
develop
centrar texto en boton finalizar
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
src/app/modules/mensaje-final/mensaje-final.component.html
... | ... | @@ -57,7 +57,9 @@ |
57 | 57 | class="d-inline-block py-1 btn-effect bg-primary badge-pill text-white w-100" |
58 | 58 | (click)="goToSplash()"> |
59 | 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> | |
60 | + <div class="col-10 align-self-center text-center text-white h3"> | |
61 | + <span class="ml-50">FINALIZAR</span> | |
62 | + </div> | |
61 | 63 | <div class="col-2 align-self-center p-0"> |
62 | 64 | <img |
63 | 65 | draggable="false" |