Refactoring: cleaning directories structure
[fnpeditor.git] / src / editor / modules / nodePane / nodePane.less
diff --git a/src/editor/modules/nodePane/nodePane.less b/src/editor/modules/nodePane/nodePane.less
new file mode 100644 (file)
index 0000000..b7e4012
--- /dev/null
@@ -0,0 +1,14 @@
+.rng-module-nodePane {
+    label {
+        width: 50px;
+        display: inline-block;
+    }
+    select {
+        width: 100px;
+    }
+
+    input {
+        width: 80px;
+        padding: 0 10px;
+    }
+}
\ No newline at end of file