diff --git a/src/app/wrappers/promocion.ts b/src/app/wrappers/promocion.ts index 468bc3d..b357edb 100644 --- a/src/app/wrappers/promocion.ts +++ b/src/app/wrappers/promocion.ts @@ -4,4 +4,4 @@ export interface Promocion { idPromo: number; nombrePromo: string; productos: Producto[]; -} \ No newline at end of file +} diff --git a/src/styles.scss b/src/styles.scss index eb14c9b..5d646f1 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -104,7 +104,7 @@ body { max-height: 60vh !important; } -.spinner-lg{ +.spinner-lg { width: 3rem !important; height: 3rem !important; }