Added save project dialogue

This commit is contained in:
NSSure
2021-08-14 11:20:53 -04:00
parent d97b6f5ca5
commit f9a1cfc3d3
10 changed files with 73 additions and 33 deletions

View File

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