reduce size toast total presupuesto

This commit is contained in:
amazuecos
2025-02-20 08:36:39 +01:00
parent 4fee73229b
commit e76540ab52

View File

@ -47,14 +47,17 @@ export const toastPresupuestoSummary = (value, target = 'body') => {
toast: true,
position: 'bottom-end',
html: `
<div class="d-flex flex-column">
<p class="fs-big">Total presupuesto</p>
<span class="badge badge-label-primary fs-large">${value}</span>
<div class="d-flex flex-column p-0 m-0">
<p class="m-0">Total presupuesto</p>
<span class="badge badge-label-primary fs-small">${value}</span>
</div>`,
customClass: {
popup: 'bg-primary text-white',
},
target: target,
height : "100px",
width : "200px",
padding : '1px',
allowEscapeKey: false,
showConfirmButton: false,
timer: 0,