Files
fredy/ui/src/views/jobs/mutation/JobMutation.less

29 lines
391 B
Plaintext
Raw Normal View History

.jobMutation {
&__newButton {
float: right;
2023-03-20 08:52:13 +01:00
margin-bottom: 1rem;
}
&__specFilter {
display: flex;
gap: 1.5rem;
flex-wrap: wrap;
}
&__specFilterItem {
display: flex;
flex-direction: column;
gap: 0.5rem;
flex: 1;
min-width: 150px;
}
&__specFilterLabel {
font-weight: 500;
}
2023-03-20 08:52:13 +01:00
}
.semi-select-option-list-wrapper {
width: 25rem;
}