Commit 4e0dac3c3d526530e08d12f227171fa5685cfdf0

Authored by Marcelo Puebla
1 parent a19a44aa9f
Exists in master

Codigo identado.

src/app/wrappers/promocion.ts
... ... @@ -4,4 +4,4 @@ export interface Promocion {
4 4 idPromo: number;
5 5 nombrePromo: string;
6 6 productos: Producto[];
7   -}
8 7 \ No newline at end of file
  8 +}
... ... @@ -104,7 +104,7 @@ body {
104 104 max-height: 60vh !important;
105 105 }
106 106  
107   -.spinner-lg{
  107 +.spinner-lg {
108 108 width: 3rem !important;
109 109 height: 3rem !important;
110 110 }