diff --git a/editor/.gitignore b/editor/.gitignore new file mode 100644 index 0000000..cbd148e --- /dev/null +++ b/editor/.gitignore @@ -0,0 +1 @@ +metadata/ \ No newline at end of file diff --git a/editor/public/base.css b/editor/public/base.css deleted file mode 100644 index 77fd275..0000000 --- a/editor/public/base.css +++ /dev/null @@ -1,9 +0,0 @@ -* { - /*padding: 0;*/ - /*margin: 0;*/ - box-sizing: border-box; -} - -body { - font-family: Ubuntu; -} \ No newline at end of file diff --git a/editor/public/edit/index.css b/editor/public/edit/index.css deleted file mode 100644 index 27ee460..0000000 --- a/editor/public/edit/index.css +++ /dev/null @@ -1,13 +0,0 @@ -#filename { - font-size: 80%; - font-style: italic; -} - -#unsaved { - color: #9d4916; - font-size: 80%; - - &:not(.show) { - display: none; - } -} \ No newline at end of file diff --git a/editor/public/edit/index.html b/editor/public/edit/index.html index a394faa..8fc6535 100644 --- a/editor/public/edit/index.html +++ b/editor/public/edit/index.html @@ -4,25 +4,35 @@
- Unsaved
- Unsaved