fix: modales contabilidad/websms alineados con diseño del proyecto (text-slate-800, gap-4, SVG, mt-5, color input)

This commit is contained in:
Lizandro Guarnizo
2026-06-22 16:04:22 -05:00
parent 39f56372c3
commit 24c4f6b26f
8 changed files with 194 additions and 36 deletions
+1 -1
View File
@@ -103,7 +103,7 @@
<div class="flex items-start gap-3">
<div class="w-8 h-8 rounded-full flex-shrink-0 flex items-center justify-center text-xs font-bold"
style="background:#8eb02f;color:#fff">
{{ if eq .Tipo "milestone" }}🎯{{ else if eq .Tipo "alerta" }}⚠️{{ else }}✓{{ end }}
{{ if eq .Tipo "milestone" }}🎯{{ else if eq .Tipo "alerta" }}⚠️{{ else if eq .Tipo "nota" }}📝{{ else if eq .Tipo "update" }}✨{{ else }}✓{{ end }}
</div>
<div>
<h3 class="font-semibold text-slate-800 text-sm">{{ .Titulo }}</h3>