diff --git a/httpdocs/assets/js/safekat/components/alerts/sweetAlert.js b/httpdocs/assets/js/safekat/components/alerts/sweetAlert.js index f34692b0..449f9a7c 100644 --- a/httpdocs/assets/js/safekat/components/alerts/sweetAlert.js +++ b/httpdocs/assets/js/safekat/components/alerts/sweetAlert.js @@ -47,14 +47,17 @@ export const toastPresupuestoSummary = (value, target = 'body') => { toast: true, position: 'bottom-end', html: ` -
-

Total presupuesto

- ${value} +
+

Total presupuesto

+ ${value}
`, customClass: { popup: 'bg-primary text-white', }, target: target, + height : "100px", + width : "200px", + padding : '1px', allowEscapeKey: false, showConfirmButton: false, timer: 0,