From e76540ab5253e56b072838fdeded1f65e01f2715 Mon Sep 17 00:00:00 2001 From: amazuecos Date: Thu, 20 Feb 2025 08:36:39 +0100 Subject: [PATCH] reduce size toast total presupuesto --- .../assets/js/safekat/components/alerts/sweetAlert.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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,