Refactoring: cleaning directories structure
[fnpeditor.git] / src / editor / modules / nodeFamilyTree / nodeFamilyTree.less
diff --git a/src/editor/modules/nodeFamilyTree/nodeFamilyTree.less b/src/editor/modules/nodeFamilyTree/nodeFamilyTree.less
new file mode 100644 (file)
index 0000000..6b4dc77
--- /dev/null
@@ -0,0 +1,38 @@
+.rng-module-nodeFamilyTree {
+    overflow-y: scroll;
+    max-height: 150px;
+    width:100%;
+    margin-top:10px;
+
+    table {
+        width: 90%;
+        margin: 0;
+    
+        tr {
+            td:nth-child(1) {
+                width: 30%;
+            }
+            td:nth-child(2) {
+                width: 70%;
+            }
+            td ul {
+                list-style-type: none;
+                margin: 0;
+            }
+            
+        }
+    }
+    
+    &::-webkit-scrollbar {
+        .rng-mixin-scrollbar;
+    }
+    &::-webkit-scrollbar-track {
+        .rng-mixin-scrollbar-track;
+    }
+    &::-webkit-scrollbar-thumb {
+        .rng-mixin-scrollbar-thumb;
+    }
+    &::-webkit-scrollbar-thumb:window-inactive {
+        .rng-mixin-scrollbar-thumb-window-inactive;
+    }
+}
\ No newline at end of file