Commit c2473050e4976cbb5f95626aece27a8ee4db8d9f
1 parent
dce5c66891
Exists in
master
and in
2 other branches
Fix color de border
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/formas-pago/formas-pago.component.html
1 | <div class="h-92 bg-white"> | 1 | <div class="h-92 bg-white"> |
2 | <div class="row mx-0 h-15"> | 2 | <div class="row mx-0 h-15"> |
3 | <div class="col-12 px-0 h-80 my-auto"> | 3 | <div class="col-12 px-0 h-80 my-auto"> |
4 | <img class="d-block mx-auto h-100" src="assets/img/logo-spot.svg"> | 4 | <img class="d-block mx-auto h-100" src="assets/img/logo-spot.svg"> |
5 | </div> | 5 | </div> |
6 | </div> | 6 | </div> |
7 | <div class="h-85"> | 7 | <div class="h-85"> |
8 | <div class="row h-50 mx-0 justify-content-center text-center"> | 8 | <div class="row h-50 mx-0 justify-content-center text-center"> |
9 | <div class="col-7 pt-5 pb-3 h-auto align-self-center border border-secondary rounded"> | 9 | <div class="col-7 pt-5 pb-3 h-auto align-self-center border border-secondary rounded"> |
10 | <img class="img-in-top px-4 bg-white" src="assets/img/icono-tarjetas.svg"> | 10 | <img class="img-in-top px-4 bg-white" src="assets/img/icono-tarjetas.svg"> |
11 | <p class="h6 m-0">ESTA TERMINAL OPERA CON</p> | 11 | <p class="h6 m-0">ESTA TERMINAL OPERA CON</p> |
12 | <p class="h2 mb-3 text-secondary"> | 12 | <p class="h2 mb-3 text-secondary"> |
13 | tarjetas y | 13 | tarjetas y |
14 | <img class="w-15" src="assets/img/icono-mercado-pago.svg"> | 14 | <img class="w-15" src="assets/img/icono-mercado-pago.svg"> |
15 | </p> | 15 | </p> |
16 | <div | 16 | <div |
17 | class="d-inline-block py-1 btn-effect bg-secondary badge-pill text-white" | 17 | class="d-inline-block py-1 btn-effect bg-secondary badge-pill text-white" |
18 | [routerLink]="['/opcion-pedido']"> | 18 | [routerLink]="['/opcion-pedido']"> |
19 | CONTINUAR | 19 | CONTINUAR |
20 | </div> | 20 | </div> |
21 | </div> | 21 | </div> |
22 | </div> | 22 | </div> |
23 | <div class="row h-50 mx-0 justify-content-center text-center"> | 23 | <div class="row h-50 mx-0 justify-content-center text-center"> |
24 | <div class="col-7 p-5 h-auto align-self-start border border-secondary rounded"> | 24 | <div class="col-7 p-5 h-auto align-self-start border border-primary rounded"> |
25 | <img class="img-in-top px-4 bg-white" src="assets/img/icono-efectivo.svg"> | 25 | <img class="img-in-top px-4 bg-white" src="assets/img/icono-efectivo.svg"> |
26 | <p class="h6 m-0">SI PREFERIS PAGAR EN EFECTIVO</p> | 26 | <p class="h6 m-0">SI PREFERIS PAGAR EN EFECTIVO</p> |
27 | <p class="h2 m-0 text-primary">te esperamos en la caja</p> | 27 | <p class="h2 m-0 text-primary">te esperamos en la caja</p> |
28 | </div> | 28 | </div> |
29 | </div> | 29 | </div> |
30 | </div> | 30 | </div> |
31 | </div> | 31 | </div> |
32 | 32 |