Commit 99da490b5bdbd94758edddd8364ce3bfa84427de

Authored by Luis Suarez
1 parent 001d1450d6
Exists in develop

ajustar botones forma de pago

src/app/modules/forma-pago/forma-pago.component.html
... ... @@ -52,7 +52,7 @@
52 52 </div>
53 53 <!-- OPCION PAGO CON TARJETA -->
54 54 <div class="row mt-5 h-auto justify-content-center mx-0">
55   - <div class="col-5 px-0 h-auto align-self-start reduce-card-1">
  55 + <div class="col-5 px-0 h-auto align-self-start reduce-card-2">
56 56 <div class="row justify-content-between">
57 57 <div class="col-12">
58 58 <div
src/app/modules/forma-pago/forma-pago.component.scss
... ... @@ -2,9 +2,9 @@
2 2 position: absolute;
3 3 bottom: 150px;
4 4 -webkit-box-flex: 0;
5   - flex: 0 0 41.6666666667%;
6   - max-width: 41.6666666667%;
7   - left: 20%;
  5 + flex: 0 0 35%;
  6 + max-width: 35%;
  7 + left: 10%;
8 8 margin-left: 0 !important;
9 9 }
10 10  
... ... @@ -12,8 +12,8 @@
12 12 position: absolute;
13 13 bottom: 150px;
14 14 -webkit-box-flex: 0;
15   - flex: 0 0 41.6666666667%;
16   - max-width: 41.6666666667%;
17   - right: 20%;
  15 + flex: 0 0 35%;
  16 + max-width: 35%;
  17 + right: 10%;
18 18 margin-right: 0 !important;
19 19 }