Commit e54c56e7e6b2804a62767c2bb7d7140696b409f1
1 parent
76b02db5ee
Exists in
master
and in
1 other branch
Arreglo en vista de botones de forma de pago.
Showing
2 changed files
with
12 additions
and
9 deletions
Show diff stats
src/app/components/confirmacion-carrito/confirmacion-carrito.component.html
| ... | ... | @@ -155,10 +155,10 @@ |
| 155 | 155 | |
| 156 | 156 | <!-- EFECTIVO --> |
| 157 | 157 | <div |
| 158 | - class="row card-effect mx-1 my-3 rounded-sm shadow-sm bg-white" | |
| 158 | + class="row card-effect card-forma-pago mx-1 my-3 rounded-sm shadow-sm bg-white" | |
| 159 | 159 | (click)="pagar('efectivo')"> |
| 160 | - <div class="col-7 text-center my-auto py-3 px-2"> | |
| 161 | - <span class="h5">Efectivo</span> | |
| 160 | + <div class="col-7 text-center my-auto px-2"> | |
| 161 | + <span class="h5 font-weight-bold">Efectivo</span> | |
| 162 | 162 | </div> |
| 163 | 163 | <div class="col-5 my-auto p-0"> |
| 164 | 164 | <img |
| ... | ... | @@ -168,9 +168,9 @@ |
| 168 | 168 | </div> |
| 169 | 169 | |
| 170 | 170 | <!-- TARJETA --> |
| 171 | - <div class="row card-effect mx-1 my-3 rounded-sm shadow-sm bg-white"> | |
| 172 | - <div class="col-7 text-center my-auto py-3 px-2"> | |
| 173 | - <span class="h5">Tarjeta</span> | |
| 171 | + <div class="row card-effect card-forma-pago mx-1 my-3 rounded-sm shadow-sm bg-white"> | |
| 172 | + <div class="col-7 text-center my-auto px-2"> | |
| 173 | + <span class="h5 font-weight-bold">Tarjeta</span> | |
| 174 | 174 | </div> |
| 175 | 175 | <div class="col-5 my-auto p-0"> |
| 176 | 176 | <img |
| ... | ... | @@ -181,10 +181,10 @@ |
| 181 | 181 | |
| 182 | 182 | <!-- QR --> |
| 183 | 183 | <div |
| 184 | - class="row card-effect mx-1 my-3 rounded-sm shadow-sm bg-white" | |
| 184 | + class="row card-effect card-forma-pago mx-1 my-3 rounded-sm shadow-sm bg-white" | |
| 185 | 185 | (click)="pagar('electronico')"> |
| 186 | - <div class="col-7 text-center my-auto py-1 px-2"> | |
| 187 | - <span class="h5">Pago Electrónico</span> | |
| 186 | + <div class="col-7 text-center my-auto px-2"> | |
| 187 | + <span class="h5 font-weight-bold">Pago Electrónico</span> | |
| 188 | 188 | </div> |
| 189 | 189 | <div class="col-5 my-auto p-0"> |
| 190 | 190 | <img |
src/app/components/confirmacion-carrito/confirmacion-carrito.component.scss