Fix styling after Nitzan comments 69/57169/2
authorMalek <malek.zoabi@amdocs.com>
Tue, 24 Jul 2018 06:00:42 +0000 (09:00 +0300)
committerMalek <malek.zoabi@amdocs.com>
Tue, 24 Jul 2018 06:00:57 +0000 (09:00 +0300)
Issue-ID: SDC-1553
Change-Id: Ia443b085b99ae8fdd04a4422d8b54de8d6657b67
Signed-off-by: Malek <malek.zoabi@amdocs.com>
workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
workflow/workflow-designer-ui/src/main/frontend/src/i18n/languages.json

index 9bfe6cb..4533803 100644 (file)
@@ -6,7 +6,6 @@
     }
     padding: 0 100px 20px 100px;
     flex: 1;
-    overflow: auto;
 
     &__title {
         height: 110px;
@@ -83,6 +82,7 @@
             padding: 20px;
             color: $dark-gray;
             @include body-1;
+            @include semi-bold;
             justify-content: center;
         }
 
 
     &__td,
     &__th {
+        .sdc-checkbox {
+            height: 14px;
+        }
         &--unflex {
             flex: unset;
             justify-content: center;
             width: 100px;
             .svg-icon-wrapper {
                 cursor: pointer;
+                &:hover {
+                    fill: $blue;
+                }
             }
         }
         & + & {
index 0a1fd02..986cf12 100644 (file)
@@ -49,9 +49,9 @@
                 "name": "Name",
                 "type": "Type",
                 "mandatory": "Mandatory",
-                "noData": "No data to display",
-                "addInput": "ADD INPUT",
-                "addOutput": "ADD OUTPUT",
+                "noData": "No Parameters to Show",
+                "addInput": "Add Input",
+                "addOutput": "Add Output",
                 "inputs": "Inputs",
                 "outputs": "Outputs",
                 "DELETE": "DELETE",