Add collaboration feature
[sdc.git] / openecomp-ui / resources / scss / onboarding.scss
index fc05f74..2c7c555 100644 (file)
@@ -130,6 +130,16 @@ div[data-reactroot].tooltip {
       border-top-color: $dark-gray !important;
     }
   }
+  &.right {
+    .tooltip-arrow {
+      border-right-color: $dark-gray !important;
+    }
+  }
+  &.left {
+    .tooltip-arrow {
+      border-left-color: $dark-gray !important;
+    }
+  }
   .tooltip-inner {
     @extend .body-1;
     max-width: 100%;
@@ -149,6 +159,18 @@ div[data-reactroot].tooltip {
       padding: 3px 12px;
     }
   }
+  // manage permisions modal
+  &.manage-permissions-owner-tooltip {
+    .tooltip-inner {
+      width: 400px;
+    }
+  }
+  // WS/Catalog Tile
+  &.tile-super-info {
+    .tooltip-inner {
+      font-size: $body-font-3;
+    }
+  }
   //dependency table error tooltip
   &.select-action-table-error-tooltip{
     @include base-font-regular;