feat(FN-3397): document add-step chooser flow in workflow-steps docs
Docs(FN-3397): Documented the add-step chooser flow in the workflow steps reference, adding 9 lines to `docs/workflow-steps.md`. Fusion-Task-Id: FN-3397
This commit is contained in:
@@ -228,6 +228,29 @@
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
/* Create chooser */
|
||||
.wfm-create-chooser {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--space-md);
|
||||
padding: var(--space-md);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius-md);
|
||||
background: var(--bg-secondary);
|
||||
}
|
||||
|
||||
.wfm-create-chooser-hint {
|
||||
margin: 0;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.wfm-create-custom-btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: var(--space-xs);
|
||||
}
|
||||
|
||||
/* Edit/create form */
|
||||
.wfm-form {
|
||||
padding: var(--space-md);
|
||||
@@ -490,6 +513,10 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wfm-create-custom-btn {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wfm-footer {
|
||||
padding: 12px 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user