react 16 upgrade
[sdc.git] / openecomp-ui / resources / scss / components / _tree.scss
index e03594e..380fb64 100644 (file)
@@ -1,56 +1,53 @@
-
 .tree-view {
-       overflow: hidden;
-
-       &.scrollable {
-               overflow: auto;
-       }
-
-       .node {
-               text-shadow: none;
-               stroke: none;
-
-               .outer-circle {
-                       stroke: $blue;
-                       stroke-width: 2px;
-                       fill: $white;
-               }
-
-               .inner-circle {
-                       fill: $blue;
-               }
-
-               text {
-                       text-anchor: end;
-                       @extend .body-2-semibold;
-                       fill: $blue;
-               }
-
-               &.clickable {
-                       cursor: pointer;
-               }
-
-               &.selectedNode {
-                       .outer-circle {
-                               fill: $blue;
-                       }
-
-                       .inner-circle {
-                               fill: $blue;
-                       }
-
-                       text {
-                               fill: $blue;
-                       }
-               }
-       }
-
-
-       .link {
-               fill: none;
-               stroke: $dark-gray;
-               stroke-opacity: 0.4;
-               stroke-width: 1.5px;
-       }
-
+    overflow: hidden;
+
+    &.scrollable {
+        overflow: auto;
+    }
+
+    .node {
+        text-shadow: none;
+        stroke: none;
+
+        .outer-circle {
+            stroke: $blue;
+            stroke-width: 2px;
+            fill: $white;
+        }
+
+        .inner-circle {
+            fill: $blue;
+        }
+
+        text {
+            text-anchor: end;
+            @extend .body-2-semibold;
+            fill: $blue;
+        }
+
+        &.clickable {
+            cursor: pointer;
+        }
+
+        &.selectedNode {
+            .outer-circle {
+                fill: $blue;
+            }
+
+            .inner-circle {
+                fill: $blue;
+            }
+
+            text {
+                fill: $blue;
+            }
+        }
+    }
+
+    .link {
+        fill: none;
+        stroke: $dark-gray;
+        stroke-opacity: 0.4;
+        stroke-width: 1.5px;
+    }
 }