Files
main_frontend/src/features/CreateProjectModal/CreateProjectModal.module.scss
T
2026-02-17 23:36:55 +03:00

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;
}