This commit is contained in:
2026-03-28 15:04:35 +01:00
parent c1d0d7762f
commit 2ab0d0e90e
44 changed files with 3027 additions and 493 deletions

View File

@@ -63,3 +63,39 @@
margin: 0;
}
}
.automation-actions-cell {
white-space: nowrap;
}
.automation-inline-form {
display: inline;
}
.automation-history-filters {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 8px;
align-items: end;
.form-field {
margin: 0;
}
.field-label {
font-size: 12px;
margin-bottom: 4px;
}
.form-control {
min-height: 34px;
}
&__actions {
display: flex;
gap: 6px;
align-items: center;
justify-content: flex-start;
padding-bottom: 1px;
}
}