[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareproductComponentLoadBalancing.scss
index 04cb3c2..ceae4a0 100644 (file)
@@ -1,45 +1,47 @@
 .vsp-components-load-balancing {
-       .svg-icon-wrapper {
-               position: relative;
-    top: -3px;
-               .svg-icon.chevron-up, .svg-icon.chevron-down {
-                       width: 10px;
-                       height: 10px;
-               }
+  .svg-icon-wrapper {
+       position: relative;
+       top: -3px;
+       &.chevronUp, &.chevronDown {
+         .svg-icon {
+               width: 10px;
+               height: 10px;
+         }
        }
+  }
 
   .halb-data {
-    .load-balancing-page-title {
-      @extend .section-title;
-      &:first-child {
-        padding: 0 0 40px 0;
-      }
-    }
-    .question {
-      padding-top: 10px;
-      &:first-child {
-        padding-top: 0;
-      }
-    }
-    .title {
-      @extend .body-1-medium;
-      margin-bottom: 8px;
-                       cursor: pointer;
-      .svg-icon {
-        @include transition(transform 0.3s);
-        margin-right: 5px;
-        position: relative;
-        top: 4px;
-      }
-    }
-    .add-padding {
-      padding-bottom: 20px;
-    }
-    .new-line {
-      margin-left: 16px;
-    }
-    textarea.form-control {
-      height: 90px;
-    }
+       .load-balancing-page-title {
+         @extend .section-title;
+         &:first-child {
+               padding: 0 0 40px 0;
+         }
+       }
+       .question {
+         padding-top: 10px;
+         &:first-child {
+               padding-top: 0;
+         }
+       }
+       .title {
+         @extend .body-1-semibold;
+         margin-bottom: 8px;
+         cursor: pointer;
+         .svg-icon {
+               @include transition(transform 0.3s);
+               margin-right: 5px;
+               position: relative;
+               top: 4px;
+         }
+       }
+       .add-padding {
+         padding-bottom: 20px;
+       }
+       .new-line {
+         margin-left: 16px;
+       }
+       textarea.form-control {
+         height: 90px;
+       }
   }
 }