mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Added export dialogue for file name
This commit is contained in:
19
css/_export.scss
Normal file
19
css/_export.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
#export {
|
||||
.export-configuration {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
input {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.export-actions {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
button {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
}
|
@@ -77,6 +77,18 @@
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
div.pixel-export {
|
||||
input {
|
||||
background: $indent;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
color: $indenttext;
|
||||
padding: 10px 20px;
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
/*
|
||||
input {
|
||||
background: $indent;
|
||||
|
@@ -14,4 +14,5 @@
|
||||
@import 'compatibility';
|
||||
@import 'resize-menus';
|
||||
@import 'palette-editor';
|
||||
@import 'splash-page';
|
||||
@import 'splash-page';
|
||||
@import "export";
|
Reference in New Issue
Block a user