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*
yarn-debug.log*
yarn-error.log*
package-lock.json
# Dependency directories
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");
}
.wrappers {
display: flex;
align-items: center;
margin-bottom: 10px;
body {
margin: 0;
}
.exportWrapper {
display: flex;
align-items: center;
}
.exportWrapper label {
display: flex;
align-items: center;
margin: 0 5px;
}
.exportWrapper button {
margin-right: 10px;
/* Controls - Begin */
fieldset {
margin: 5px;
}
label {
margin-right: 10px;
}
input[type="number"] {
width: 30px;
}
input {
margin-right: 5px;
}
/* Controls - End */

735
yarn.lock

File diff suppressed because it is too large Load diff