react 16 upgrade
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareProductDependencies.scss
index 65c558f..5358e7c 100644 (file)
@@ -2,22 +2,22 @@
     .software-product-dependencies-title {
         @extend .heading-1;
         @extend .text-uppercase !optional;
-                       position: sticky;
-                       top: -30px;
-                       z-index: 1;
-                       background: $white;
+        position: sticky;
+        top: -30px;
+        z-index: 1;
+        background: $white;
         margin-bottom: 20px;
         color: $blue;
     }
     .select-action-table-controllers {
-                       position: sticky;
-                       top: 4px;
-                       z-index: 1;
-                       background: $white;
+        position: sticky;
+        top: 4px;
+        z-index: 1;
+        background: $white;
         justify-content: flex-end;
         cursor: pointer;
         color: $blue;
-                       padding-right: 27px;
+        padding-right: 27px;
         margin-bottom: 3px;
         &:hover {
             color: $dark-blue;
     .select-action-table-view {
         min-width: 770px;
     }
-       .select-action-table-headers {
-               position: sticky;
-               top: 27px;
-               z-index: 1;
-    .select-action-table-header {
-        @extend .body-1-semibold;
-        color: $text-black;
-               }
-       }
-       .select-action-table-row-wrapper {
-               .svg-icon {
-                       &.__trashO, &.__plusCircle {
-                               fill: $dark-gray;
-                               &:hover {
-                                       fill: $black;
+    .select-action-table-headers {
+        position: sticky;
+        top: 27px;
+        z-index: 1;
+        .select-action-table-header {
+            @extend .body-1-semibold;
+            color: $text-black;
+        }
+    }
+    .select-action-table-row-wrapper {
+        .svg-icon {
+            &.__trashO,
+            &.__plusCircle {
+                fill: $dark-gray;
+                &:hover {
+                    fill: $black;
+                }
+            }
+        }
     }
-                       }
-               }
-       }
 }