2026-04-22 21:11:18 +02:00
|
|
|
@import '../../../tokens.less';
|
|
|
|
|
|
2021-01-21 16:09:23 +01:00
|
|
|
.jobMutation {
|
2025-07-26 20:42:58 +02:00
|
|
|
&__newButton {
|
2021-01-21 16:09:23 +01:00
|
|
|
float: right;
|
2026-04-22 21:11:18 +02:00
|
|
|
margin-bottom: @space-4;
|
2021-01-21 16:09:23 +01:00
|
|
|
}
|
2026-04-12 09:17:23 +02:00
|
|
|
|
|
|
|
|
&__specFilter {
|
|
|
|
|
display: flex;
|
2026-04-22 21:11:18 +02:00
|
|
|
gap: @space-4;
|
2026-04-12 09:17:23 +02:00
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__specFilterItem {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2026-04-22 21:11:18 +02:00
|
|
|
gap: @space-2;
|
2026-04-12 09:17:23 +02:00
|
|
|
flex: 1;
|
|
|
|
|
min-width: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__specFilterLabel {
|
|
|
|
|
font-weight: 500;
|
2026-04-22 21:11:18 +02:00
|
|
|
font-size: @text-sm;
|
|
|
|
|
color: @color-muted;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__actions {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: @space-3;
|
|
|
|
|
margin-top: @space-4;
|
|
|
|
|
justify-content: flex-end;
|
2026-04-12 09:17:23 +02:00
|
|
|
}
|
2023-03-20 08:52:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.semi-select-option-list-wrapper {
|
|
|
|
|
width: 25rem;
|
2025-07-26 20:42:58 +02:00
|
|
|
}
|