mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
fix toast
This commit is contained in:
@ -48,14 +48,12 @@ export const toastPresupuestoSummary = (value, target = 'body') => {
|
||||
position: 'bottom-end',
|
||||
html: `
|
||||
<div class="d-flex flex-column">
|
||||
<div class="d-flex flex-row">
|
||||
<p class="px-2 ">Total presupuesto :</p><span>${value}</span>
|
||||
</div>
|
||||
<p class="fs-big">Total presupuesto</p>
|
||||
<span class="badge badge-label-primary fs-large">${value}</span>
|
||||
</div>`,
|
||||
customClass: {
|
||||
popup: 'bg-primary text-white',
|
||||
},
|
||||
background: '#a5dc86',
|
||||
target: target,
|
||||
allowEscapeKey: false,
|
||||
showConfirmButton: false,
|
||||
|
||||
Reference in New Issue
Block a user