This commit is contained in:
2026-07-10 19:52:06 +09:00
parent b98affbf99
commit 6b1583103f
19 changed files with 1515 additions and 98 deletions
+4 -2
View File
@@ -83,17 +83,19 @@
.b01-dashboard__workflow {
display: flex;
flex-wrap: wrap;
gap: var(--spacing-4);
}
.b01-dashboard__step {
width: 28px;
height: 28px;
padding: 0 var(--spacing-12);
border: 1px solid var(--color-border);
border-radius: var(--radius-icons);
border-radius: var(--radius-pills);
background: var(--color-surface);
color: var(--color-text-muted);
font-size: var(--text-caption);
white-space: nowrap;
cursor: default;
}