pixel-editor/css/_save-project.scss

10 lines
160 B
SCSS
Raw Permalink Normal View History

2021-08-14 18:20:53 +03:00
#save-project {
.save-project-configuration {
display: flex;
flex-direction: column;
input {
flex: 1;
}
}
}