Refactoring: cleaning directories structure
[fnpeditor.git] / src / editor / modules / data / saveDialog.less
diff --git a/src/editor/modules/data/saveDialog.less b/src/editor/modules/data/saveDialog.less
new file mode 100644 (file)
index 0000000..e863e93
--- /dev/null
@@ -0,0 +1,19 @@
+.rng-module-data-saveDialog {
+    textarea {
+        padding: 3px 3px;
+        margin: 5px auto;
+        width: 95%;
+        display: block;
+    }
+    
+    h1, label {
+        font-size: 12px;
+        line-height: 12px;
+
+    }
+    
+    h1 {
+        margin: 2px 5px;
+        font-weight: bold;
+    }
+}
\ No newline at end of file