Fix etapa 3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user