aboutsummaryrefslogtreecommitdiffstats
path: root/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
diff options
context:
space:
mode:
Diffstat (limited to 'workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss')
-rw-r--r--workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss b/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
index 9bfe6cbc..45338039 100644
--- a/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
+++ b/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
@@ -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;
}
@@ -124,6 +124,9 @@
&__td,
&__th {
+ .sdc-checkbox {
+ height: 14px;
+ }
&--unflex {
flex: unset;
justify-content: center;
@@ -134,6 +137,9 @@
width: 100px;
.svg-icon-wrapper {
cursor: pointer;
+ &:hover {
+ fill: $blue;
+ }
}
}
& + & {