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
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 | </div> |
22 | 22 | </div> |
23 | 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 | 25 | <img class="img-in-top px-4 bg-white" src="assets/img/icono-efectivo.svg"> |
26 | 26 | <p class="h6 m-0">SI PREFERIS PAGAR EN EFECTIVO</p> |
27 | 27 | <p class="h2 m-0 text-primary">te esperamos en la caja</p> |