Add collaboration feature
[sdc.git] / openecomp-ui / resources / scss / modules / _licenseModel.scss
index fab091f..e93ea98 100644 (file)
@@ -6,9 +6,6 @@
                border-bottom: none;
                padding-bottom: 30px;
        }
-  .modal-body {
-    padding: 0;
-  }
        .sdc-tabs-list {
                padding-left: 50px;
                border-bottom: 1px solid $tlv-light-gray;
                text-align: end;
        }
        .license-model-form {
-    .validation-form-content {
-      padding: 20px 50px;
-               }
-    .validation-buttons {
+               .validation-form-content, .validation-buttons {
       padding: 20px 50px;
     }
                &.license-agreement-form, &.feature-group-form {
     }
        }
 }
+.license-model-list-editor {
+       .list-editor-view-list {
+               .list-editor-item-view {
+                       min-height: 110px;
+                       height: 110px;
+               }
+       }
+}