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:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user