26 lines
259 B
SCSS
26 lines
259 B
SCSS
.root {
|
|
min-width: 520px;
|
|
}
|
|
|
|
.fields {
|
|
display: grid;
|
|
gap: 12px;
|
|
}
|
|
|
|
.actions {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
gap: 10px;
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.selectField {
|
|
display: grid;
|
|
gap: 6px;
|
|
}
|
|
|
|
.selectLabel {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
}
|