mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Added save project dialogue
This commit is contained in:
@ -7,13 +7,4 @@
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.export-actions {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
button {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
}
|
@ -78,7 +78,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
div.pixel-export {
|
||||
div.pixel-export, div.save-project {
|
||||
input {
|
||||
background: $indent;
|
||||
border: none;
|
||||
@ -164,4 +164,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.popup-actions {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
button {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
}
|
10
css/_save-project.scss
Normal file
10
css/_save-project.scss
Normal file
@ -0,0 +1,10 @@
|
||||
#save-project {
|
||||
.save-project-configuration {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
input {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
@ -15,4 +15,5 @@
|
||||
@import 'resize-menus';
|
||||
@import 'palette-editor';
|
||||
@import 'splash-page';
|
||||
@import "export";
|
||||
@import "export";
|
||||
@import "save-project";
|
Reference in New Issue
Block a user