mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
10 lines
160 B
SCSS
10 lines
160 B
SCSS
#save-project {
|
|
.save-project-configuration {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
input {
|
|
flex: 1;
|
|
}
|
|
}
|
|
} |