fix: step fields styles

This commit is contained in:
2026-08-31 02:41:57 +05:00
parent 2c70c445d5
commit 8eff9a9483
8 changed files with 74 additions and 70 deletions
+11 -5
View File
@@ -241,11 +241,6 @@
gap: 10px;
padding-top: 14px;
}
.control-block {
display: flex;
flex-direction: column;
gap: 8px;
}
.transform-note {
display: flex;
align-items: center;
@@ -312,4 +307,15 @@
font-size: 11px;
line-height: 1.5;
}
label {
color: var(--muted);
font: 10px var(--font-mono);
letter-spacing: 0.08em;
justify-content: space-between;
margin-bottom: 8px;
display: flex;
& output {
color: var(--foreground);
}
}
</style>