Files
main_frontend/src/features/project/CreateProjectModal/CreateProjectModal.module.scss
T
2026-04-04 14:51:40 +03:00

26 lines
290 B
SCSS

.root {
width: 100%;
}
.fields {
display: grid;
gap: 12px;
}
.actions {
display: flex;
justify-content: flex-end;
gap: 10px;
margin-top: 16px;
}
.selectField {
display: grid;
gap: 6px;
}
.selectLabel {
@include typography.font-body-14(500);
color: variables.$text-primary;
}