mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
40 lines
597 B
Plaintext
40 lines
597 B
Plaintext
@import '../../../tokens.less';
|
|
|
|
.jobMutation {
|
|
&__newButton {
|
|
float: right;
|
|
margin-bottom: @space-4;
|
|
}
|
|
|
|
&__specFilter {
|
|
display: flex;
|
|
gap: @space-4;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
&__specFilterItem {
|
|
display: flex;
|
|
flex-direction: column;
|
|
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;
|
|
}
|
|
}
|
|
|
|
.semi-select-option-list-wrapper {
|
|
width: 25rem;
|
|
}
|