Fix etapa 3

This commit is contained in:
2026-05-19 22:08:00 -03:00
parent a01380240a
commit 8b6ae5fa64
5 changed files with 351 additions and 40 deletions

View File

@@ -24,15 +24,15 @@ function classifyElement(type: string): BpmnElementCategory {
// Emoji ⚡ como símbolo provisional — reemplazo por <Bot /> agendado Sprint 2-3.
function makeBadgeHtml(): string {
return `<div class="automatable-badge" title="Actividad marcada como automatizable" style="
width:14px;height:14px;
width:20px;height:20px;
border-radius:50%;
background:var(--inq-orange);
border:1.5px solid white;
box-shadow:0 1px 2px rgba(0,0,0,0.10);
display:flex;align-items:center;justify-content:center;
color:white;
font-size:8px;font-weight:700;
line-height:14px;
font-size:11px;font-weight:700;
line-height:20px;
cursor:default;
pointer-events:none;
z-index:10;