Save state and elements automatically

This commit is contained in:
Paulo Menezes 2020-01-03 13:28:16 -03:00
commit c59d3c90f4
4 changed files with 853 additions and 713 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@ logs
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
package-lock.json
# Dependency directories # Dependency directories
node_modules/ node_modules/

File diff suppressed because it is too large Load diff

View file

@ -4,32 +4,24 @@
src: url("https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf"); src: url("https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf");
} }
.wrappers { body {
display: flex; margin: 0;
align-items: center;
margin-bottom: 10px;
} }
.exportWrapper { /* Controls - Begin */
display: flex; fieldset {
align-items: center; margin: 5px;
}
.exportWrapper label {
display: flex;
align-items: center;
margin: 0 5px;
}
.exportWrapper button {
margin-right: 10px;
} }
label { label {
margin-right: 10px; margin-right: 10px;
} }
input[type="number"] { input[type="number"] {
width: 30px; width: 30px;
} }
input { input {
margin-right: 5px; margin-right: 5px;
} }
/* Controls - End */

735
yarn.lock

File diff suppressed because it is too large Load diff