Commit 24181b4e9e3ff9ea78c2e727c4d2260c4ffe244a

Authored by Marcelo Puebla
1 parent 6641a4f189
Exists in master

Cambio color nombre seccion.

src/app/components/busqueda-productos/busqueda-productos.component.html
... ... @@ -6,7 +6,7 @@
6 6 <!-- NOMBRE DE SECCION -->
7 7 <div class="row m-0">
8 8 <div class="col-12 p-0">
9   - <p class="h5 py-1 bg-light text-muted text-center">
  9 + <p class="h5 py-1 bg-gray text-muted text-center">
10 10 Búsqueda
11 11 <i class="fa fa-search"></i>
12 12 </p>
src/app/components/confirmacion-carrito/confirmacion-carrito.component.html
... ... @@ -5,7 +5,7 @@
5 5 <!-- NOMBRE DE SECCION -->
6 6 <div class="row m-0">
7 7 <div class="col-12 p-0">
8   - <p class="h5 py-1 bg-light text-muted text-center">Pago <i class="fa fa-usd"></i></p>
  8 + <p class="h5 py-1 bg-gray text-muted text-center">Pago <i class="fa fa-usd"></i></p>
9 9 </div>
10 10 </div>
11 11