feat: Fredy UI redesign

* New design :)
This commit is contained in:
Christian Kellner
2026-04-22 21:11:18 +02:00
committed by GitHub
parent c78472bd19
commit f30ec4645c
43 changed files with 4004 additions and 794 deletions

View File

@@ -1,25 +1,36 @@
@import '../../../tokens.less';
.jobMutation {
&__newButton {
float: right;
margin-bottom: 1rem;
margin-bottom: @space-4;
}
&__specFilter {
display: flex;
gap: 1.5rem;
gap: @space-4;
flex-wrap: wrap;
}
&__specFilterItem {
display: flex;
flex-direction: column;
gap: 0.5rem;
gap: @space-2;
flex: 1;
min-width: 150px;
}
&__specFilterLabel {
font-weight: 500;
font-size: @text-sm;
color: @color-muted;
}
&__actions {
display: flex;
gap: @space-3;
margin-top: @space-4;
justify-content: flex-end;
}
}